add a note about stale node_modules directory

This commit is contained in:
blagoev 2017-06-13 12:53:40 +03:00
parent 416632c9ad
commit 523c1ec772

View File

@ -50,6 +50,8 @@ Then in the cloned directory:
git submodule update --init --recursive
```
```Note: If you have cloned the repo previously make sure you remove your node_modules directory since it may contain stale dependencies which may cause the build to fail.```
To build for iOS:
- Open `react-native/ios/RealmReact.xcodeproj`
- Select `RealmReact.framework` as the build target