React Native Demo News App
brew install node && brew install watchman
npm install -g react-native-cli
cd SimpleApp/
npm install
react-native run-ios
package.json
updatedUnexpected Character in whatever.png
- you’ll have to restart the packager. If it’s running via terminal, kill the process and restart it. If it’s running via Deco, kill Deco and restart. If it doesn’t work, restart your computeryarn
or npm
, be sure to run react-native link
to link the dependencies to the Xcode build. This is especially necessary with external fonts and iconography as these can break the build.