Npm i openai-react-native

Let me introduce a new package on npm called openai-react-native that brings the OpenAI APIs to React Native Expo without polyfills.

This library handles file uploads with the Expo FileSystem and chat completion streaming using React Native SSE which do not work in the official Node SDK for a React Native runtime while still using the same types and API of the official SDK wherever possible.

3 Likes