-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Description
On real 64-bit Android devices (tested on Redmi 8, Honor, etc) AppState causes app crash (hang on startup). Tried both 32 (v7) and 64 (v8) bit releases.
The same code works flawlessly on 32-bit devices.
On 64-bit AVD emulator code seems to work but as expected exremely slow.
React Native version:
react-native@0.60.5
System:
OS: Windows 8.1
CPU: (4) x64 Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
Memory: 4.11 GB / 7.93 GB
Binaries:
Node: 10.16.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.3.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5900203
Steps To Reproduce
AppState added to root of the app exactly as described in docs here
Describe what you expected to happen:
Same code works in both 32/64 Android environment
