diff --git a/index.js b/index.js index e372a11..94b110e 100644 --- a/index.js +++ b/index.js @@ -172,7 +172,7 @@ export default class LDClient { isInitialized() { if(Platform.OS === 'android') { - return LaunchdarklyReactNativeClient.isInitialized(promise); + return LaunchdarklyReactNativeClient.isInitialized(); } else { return Promise.reject("Function is not available on this platform"); }