This is a temporary repository to work on Missouri S&T's ACM App until I feel it is ready to be put in there repository. Basically a testbench for myself and others.
First I created the project using:
expo init
Then you will need to navigate to /ACM-App
inside of the repository
- Run ``npm install`
- If need type
npm audit --force
to fix any npm packages. - Type
expo start
to begin using Expo, with Expo Go on your phone to live test changes. - App should be running locally now.
- You maybe need to install expo if so type
npm install -g expo-cli
(sudo may be need before command if using a Linux OS). - I had trouble getting expo start on my Linux OS until I used
sudo expo update