Chat App enables users to chat with one another, and supports the ability to send pictures and location.
To create a local instance of Chat App:
- ensure Node version is 16.19.0 or less
nvm install 16.19.0
,nvm use 16.19.0
,nvm alias default 16.19.0
- install expo
npm install -g expo-cli
- run
npx create-expo-app app-name --template
and replace all files with this repository's code. If prompted in terminal, choose blank template.
Download Expo Go on your iphone to run project (if using Android, use an emulator)
Go to project folder and run expo start
See package.json for full list.