To give it a try:
gem install cocoapods
should do)pod install
brew install watchman
)npm install
in the same directory as this readme.iOS/ReactMeet.xcworkspace
Things to watch out for:
8081
- watch out for that failing to
start because you have something else running.AppDelegate.m
and find localhost
and replace it with
your the IP address of your machine (making sure your device can reach that IP!)To make a build that will run on your device without being able to connect to your computer:
npm run build
in the same directory as this readme.jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
now is the time to uncomment it.