-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
This might be related to facebook/react-native#4968
To resolve try the following:
- Clear watchman watches:
watchman watch-del-all. - Delete the
node_modulesfolder:rm -rf node_modules && npm install. - Reset packager cache:
rm -fr $TMPDIR/react-*ornpm start -- --reset-cache.
按照提示,也没解决问题!
Metadata
Metadata
Assignees
Labels
No labels