From 9ec3de2a0b5b7b7e3e3b5b14592f939662d2f188 Mon Sep 17 00:00:00 2001 From: Brett Chaldecott Date: Tue, 22 Apr 2025 10:31:50 +0200 Subject: [PATCH] feat: added kinde provider documentation --- .../sdks/native/react-native-sdk.mdx | 161 ++++++++++++------ 1 file changed, 108 insertions(+), 53 deletions(-) diff --git a/src/content/docs/developer-tools/sdks/native/react-native-sdk.mdx b/src/content/docs/developer-tools/sdks/native/react-native-sdk.mdx index 40d63b97..1fabeaac 100644 --- a/src/content/docs/developer-tools/sdks/native/react-native-sdk.mdx +++ b/src/content/docs/developer-tools/sdks/native/react-native-sdk.mdx @@ -46,9 +46,9 @@ You can also check out our starter kits on GitHub: ## Before you begin -- If you haven’t already got a Kinde account, [register for free here](https://app.kinde.com/register) (no credit card required). Registering gives you a Kinde domain, which you need to get started, e.g. `yourapp.kinde.com`. +- If you haven't already got a Kinde account, [register for free here](https://app.kinde.com/register) (no credit card required). Registering gives you a Kinde domain, which you need to get started, e.g. `yourapp.kinde.com`. - You will also need Node, the React Native command line interface, a JDK, Android Studio (for Android) and Xcode (for iOS). -- Follow [the installation instructions for your chosen OS](https://reactnative.dev/docs/environment-setup) to install dependencies. +- Follow [the installation instructions for your chosen OS](https://reactnative.dev/docs/environment-setup) to install dependencies.