https://github.com/dcramer/cask-mobile
https://github.com/dcramer/cask-mobile
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcramer/cask-mobile
- Owner: dcramer
- License: apache-2.0
- Created: 2018-07-30T05:43:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T21:59:55.000Z (almost 7 years ago)
- Last Synced: 2025-03-06T17:57:38.605Z (3 months ago)
- Language: JavaScript
- Size: 1.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contributing
Probably the setup instructions:
- Install Xcode
- Install iOS Simulator (Xcode -> Preferences -> Components)
- Install Cocoapods (``brew install cocoapods``)
- Install Watchman (``brew install watchman``)
- Configure build settings in Xcode: https://github.com/facebook/react-native/issues/11265#issuecomment-312155357
- ``cd ios && pod install``
- ``yarn install``
- ``yarn run ios``Probably gucci.
You can also split up Metro (aka webpack) and simulator:
- ``yarn start`` -- starts metro compiler in the foreground)
- ``react-native run-ios`` - starts the simulator and runs the app