Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 911 Bytes

File metadata and controls

23 lines (15 loc) · 911 Bytes

AI minimal (react-native-gen-ui example)

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.

Features

  • Integration of AI chat functionality
  • Minimal possible example of react-native-gen-ui
  • Features rolling dice tool

Usage

To run the example application:

  1. Clone this repository to your local machine.
  2. Navigate to the root directory of the cloned repository.
  3. Install dependencies using npm install or yarn install.
  4. Ensure you have the necessary environment variables set up, including EXPO_PUBLIC_OPENAI_API_KEY and EXPO_PUBLIC_OPENAI_MODEL.
  5. Run the application using expo start.

Resources