Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 511 Bytes

Expo React Native Chat App using OpenAI (An example)

This repository is for a React Native mobile application built with Expo. It is a demo with OpenAI integration.

React Native OpenAI

Prerequisites

Setup Expo in your machine

Follow this guide https://docs.expo.dev/tutorial/create-your-first-app/

Environment variables

Create a .env file and add your OPEN AI API key

EXPO_PUBLIC_OPENAI_API_KEY="Your OPENAI API key"

Running the example

npx expo start