user-agent-ios
user-agent-ios copied to clipboard
Transform Cache not updated after pull
Expected Behavior
After a pull that changes the React Navtive source, JS files should be rebuilt.
Actual Behavior
They are not. This leads to an error in React Native Views.
Steps to Reproduce the Problem
- Pull in changes from develop that contain changes in the javascript source code
- Rebuild the app in Xcode
- Open a React Native View
Workaround
Right now, resetting and rebuilding using this command works:
node node_modules/.bin/react-native start --reset-cache