-
Install dependancies
npm install
-
Create a .env file in the root folder with an environment variable called EXPO_PUBLIC_MY_ENDPOINT this should link to your localhost IP address used in the backend e.g
EXPO_PUBLIC_MY_ENDPOINT="http://localhost:3000/text-to-speech/synthesize"
-
Run application
npm start
npm run ios
npx react-native run-ios
npx expo start