This project is built with React Native and Viro Media
Here are some quick commands to get started:
npm install
: Install Node dependenciesnpm start
: Start the hot reloading development server.
If you do not see the ngrok address in your terminal, open a new tab, navigate to your workspace and then run
./node_modules/react-viro/bin/run_ngrok.sh
Or, from your browser, navigate to:
If ngrok isn't already running, you can start it by running the follow command in your terminal (anywhere should work):
ngrok http 8081