diff --git a/content/in-app-ui/react-native/overview.mdx b/content/in-app-ui/react-native/overview.mdx index de4b0c83c..b35dfbaa9 100644 --- a/content/in-app-ui/react-native/overview.mdx +++ b/content/in-app-ui/react-native/overview.mdx @@ -38,6 +38,7 @@ npm install @knocklabs/expo ## Links - [React Native SDK reference](/in-app-ui/react-native/sdk/reference) +- [React Native example app](https://github.com/knocklabs/javascript/tree/main/examples/react-native-example) - [Expo SDK reference](/in-app-ui/expo/sdk/reference) - [JavaScript SDK reference](/in-app-ui/javascript/sdk/reference) - [`@knocklabs/react-native` on npm](https://www.npmjs.com/package/@knocklabs/react-native) diff --git a/content/in-app-ui/react-native/sdk/quick-start.mdx b/content/in-app-ui/react-native/sdk/quick-start.mdx index 6514ba68c..b4eb8d545 100644 --- a/content/in-app-ui/react-native/sdk/quick-start.mdx +++ b/content/in-app-ui/react-native/sdk/quick-start.mdx @@ -10,6 +10,28 @@ To get started, you will need the following: - A public API key for the Knock environment (which you'll use in the `publishableKey`) - An in-app feed channel with a workflow that produces in-app feed messages (optional) + + The{" "} + + React Native example app + {" "} + in the knocklabs/javascript monorepo demonstrates the SDK + end-to-end: identifying a user, rendering the in-app feed with the + prebuilt NotificationFeed component, reading and writing + preferences, and switching tenants. Clone the repo, fill in{" "} + src/config.ts, and run yarn ios. + + } +/> + ## Installation - Via NPM: `npm install @knocklabs/react-native`