pantheon-app
pantheon-app copied to clipboard
🅿️React Native mobile app
Description
Pantheon is an open source app to manage open source meetups and conferences.
Run locally
Setup React Native
If you do not have set up React Native on your computer, make sure to follow the instructions on the official Getting Started guide for building projects with native code.
Run the Pantheon server
Follow the instructions to run the server, available on this repository.
Run the app
Install dependencies
yarn install
Setup the Relay Environment
The file src/createRelayEnvironment.js creates a Relay Environment and a Network instance that configures Relay with a function to fetch queries from the remote server.
To run the relay-compiler, run
yarn relay
or
yarn relay --watch
to watch for changes.
Run on iOS
Open a terminal window and run:
react-native run-ios
Run on Android
react-native run-android
Run tests
yarn test