TouTube: https://www.youtube.com/watch?v=_XE5-ETkUdo
git clone https://github.com/OmarThinks/react-native-openai-realtime-api-projectNavigate to express-project, and create a .env file, and put your openai API key like this:
OPENAI_API_KEY=""Then run the backend like this:
cd express-project
npm startAnd in another terminal tab, run the React Native project:
cd react-native-app
npm i
npm run androidIn this file:
react-native-app/app/(tabs)/index.tsx
Change the local ip address to match your local ip address (Because React native can't access localhost).
