user-agent-ios icon indicating copy to clipboard operation
user-agent-ios copied to clipboard

Transform Cache not updated after pull

Open winsmith opened this issue 5 years ago • 0 comments

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

  1. Pull in changes from develop that contain changes in the javascript source code
  2. Rebuild the app in Xcode
  3. Open a React Native View

Workaround

Right now, resetting and rebuilding using this command works:

node node_modules/.bin/react-native start --reset-cache

winsmith avatar Sep 18 '19 09:09 winsmith