npm install @stream-io/feeds-react-native-sdk
# or using yarn
yarn add @stream-io/feeds-react-native-sdk
Activity Feeds V3 is in closed alpha — do not use it in production (just yet).
Installation
Install the SDK
Install the mandatory peer dependencies
npm install @react-native-community/netinfo
# or using yarn
yarn add @react-native-community/netinfo
GitHub repository: https://github.com/GetStream/stream-feeds-js. Feel free to submit bug reports and feature requests.
The SDK can be used with both JavaScript and TypeScript.
import { FeedsClient } from "@stream-io/feeds-react-native-sdk";
const client = new FeedsClient("<API key>");
await client.connectUser({ id: "john" }, "<user token>");
- I'm working with the Stream Feeds React Native SDK and would like to ask questions about this documentation page: https://getstream.io/activity-feeds/docs/react-native/installation.md
- View as markdown
- Open in ChatGPT
- Open in Claude