This repository serves as an example usage of the open-source React Native package called react-native-gen-ui
. The package facilitates the integration of AI chat capabilities into React Native applications. It features rolling dice tool.
- Integration of AI chat functionality
- Minimal possible example of
react-native-gen-ui
- Features rolling dice tool
To run the example application:
- Clone this repository to your local machine.
- Navigate to the root directory of the cloned repository.
- Install dependencies using
npm install
oryarn install
. - Ensure you have the necessary environment variables set up, including
EXPO_PUBLIC_OPENAI_API_KEY
andEXPO_PUBLIC_OPENAI_MODEL
. - Run the application using
expo start
.