bonnmh
bonnmh
the same problem
Has this issue been resolved? :(
i have same problem `Module: 'react-native-image-picker' platform 'android-33' not found.`
> I am using it fine on version ^4.6.0, but after updating node_modules again, the above error appears when I try to launch android
the same problem
``` let codePushOptions = {checkFrequency: CodePush.CheckFrequency.MANUAL}; Ïconst App = __DEV__ ? _App : CodePush(codePushOptions)(_App); export default Sentry.wrap(App); ``` ``` codePush.sync( { deploymentKey: CODE_PUSH_DEV_KEY_FINAL, installMode: codePush.InstallMode.ON_NEXT_SUSPEND, }, (status) => codePushStatusDidChange(status, timeoutSync),...
i tried to use ON_APP_RESUME & ON_APP_START, => i have status SYNC_IN_PROGRESS
it doesn't work in most cases
It's still unresolved
I have message `getCurrentActivity() unsuccessful` on android