I was playing around react-motion in react-native. Simple animation was working fine, but when launch chrome remote debugging it no longer works. You can see in the code below I am simply change the position of the Text view and I am printing out the x value. This all works without debugging, but as soon as launch debugging "x" remains 0 and there is not change.
NOTE: seeing similar issues as this react-native issue 4933
I was playing around react-motion in react-native. Simple animation was working fine, but when launch chrome remote debugging it no longer works. You can see in the code below I am simply change the position of the Text view and I am printing out the x value. This all works without debugging, but as soon as launch debugging "x" remains 0 and there is not change.
NOTE: seeing similar issues as this react-native issue 4933
react-motion version: "react-motion": "^0.4.4",
react-native version: react-native-cli: 0.2.0 react-native: 0.27.1
Chrome: Version 50.0.2661.102 (64-bit)