Environment
OS: Windows 10
Node: 9.8.0
Yarn: 1.5.1
npm: 4.6.1
Watchman: Not Found
Android Studio: Not Found
Description
Animated component don't animate as expected whenever I enabled debug js remotely ,and once I stop remote debugging,the animated component works fine!
Steps to Reproduce
- create-react-native-app test
- yarn eject
- build js bundle and build apk with android studio
- install apk to my android device , config dev settings make it connect with bundle server
- shake phone and reload
- write code according to this docuement
- reload again
- enable debug js remotely
Expected Behavior
Should be same with document describe
Actual Behavior
Once I enable debug js remotely, animated component show nothing animate,and when I disable debug,it works fine
react-native infoin your terminal and paste its contents under "Environment"share an app that reproduces the issue using https://snack.expo.io/
Environment
OS: Windows 10
Node: 9.8.0
Yarn: 1.5.1
npm: 4.6.1
Watchman: Not Found
Android Studio: Not Found
Description
Animated component don't animate as expected whenever I enabled debug js remotely ,and once I stop remote debugging,the animated component works fine!
Steps to Reproduce
Expected Behavior
Should be same with document describe
Actual Behavior
Once I enable debug js remotely, animated component show nothing animate,and when I disable debug,it works fine