An open API service indexing awesome lists of open source software.

https://github.com/dcramer/tabletop-mobile


https://github.com/dcramer/tabletop-mobile

Last synced: 3 months ago
JSON representation

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
- `make`
- `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

## Release

When building a 'Release' configuration, the app will use `.env.production` (vs `.env`).

- `react-native run-ios --configuration Release`