简体   繁体   中英

debug app works fine but signed release is only showing first screen (react native)

I am working on my 1st project and the app works fine in the emulator but when I install the released apk it always get stuck on the first screen and doesn't navigate to the next page (tried with setTimout for automatic and tried TouchableOpacity(it makes the press effect but no navigation) none worked). I didn't know the cause of this problem. thanks in advance.

The problem is solved by installing properly Reanimated https://docs.swmansion.com/react-native-reanimated/docs/2.2.0/installation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM