Pantheon is an open source app to manage open source meetups and conferences.
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.
Follow the instructions to run the server, available on this repository.
yarn install
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.
Open a terminal window and run:
react-native run-ios
react-native run-android
yarn test