This repository was archived by the owner on May 20, 2025. It is now read-only.

Description
Description
I am using a forked version of react-native 0.43.3 with 2.0.2-beta with my project. I have recently started developing on Android and I have started seeing the errors reported in this issue #792 even though I am on RN 43 ( albiet a forked version)
Reproduction
Additional Information
- react-native-code-push version: 2.0.2-beta
- react-native version: 0.43.3 ( with some custom fixes inside my fork) . Entry in my package.json
"react-native": "git://github.com/shrutic/react-native.git#AppExtensionSafe-ReactNative",
- iOS/Android/Windows version: Android 6.0 on emulator
- Does this reproduce on a debug build or release build? debug build
- Does this reproduce on a simulator, or only on a physical device? repros on emulator .
(The more info the faster we will be able to address it!)