Skip to content

Kinde React Native SDK for authentication for 0.60-0.69

License

Notifications You must be signed in to change notification settings

kinde-oss/kinde-react-native-sdk-0-6x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cda253 Ā· Apr 9, 2024

History

71 Commits
Mar 7, 2024
Feb 6, 2023
Nov 24, 2022
Feb 23, 2024
Mar 24, 2023
Jun 27, 2023
Mar 7, 2024
Mar 22, 2023
Mar 7, 2024
Nov 24, 2022
Jun 12, 2023
Nov 24, 2022
Nov 24, 2022
Nov 24, 2022
Mar 22, 2023
Nov 24, 2022
Nov 24, 2022
Nov 24, 2022
Dec 27, 2022
Sep 8, 2023
May 26, 2023
Nov 24, 2022
Nov 24, 2022
Feb 23, 2024
Dec 27, 2022

Repository files navigation

Kinde React Native SDK 0.6x

The Kinde SDK for React Native SDK 0.6x.

PRs Welcome Kinde Docs Kinde Community

Development

Initial set up

  1. Clone the repository to your machine:

    git clone https://github.com/kinde-oss/kinde-react-native-sdk-0-6x
  2. Go into the project:

    cd kinde-react-native-sdk-0-6x
  3. Install the dependencies:

    npm install

How to build

Implement your modifications and then execute the below command to compile the SDK:

npm run build

How to add the SDK into an already existing project

  1. Go to the project's root directory, then execute the below command:
    npm pack <path-to-sdk-folder>
    // e.g
    npm pack ~/Documents/Projects/kinde-react-native-sdk-0-6x
  2. Update the package.json file
{
  ...
  "dependencies": {
    "@kinde-oss/react-native-sdk-0-6x": "file:kinde-oss-react-native-sdk-0-6x-<version>.tgz",
    ...
  }
  ...
}

How to test

To test the SDK, you just need to run the command:

npm run test

Documentation

For details on integrating this SDK into your project, head over to the Kinde docs and see the React Native SDK 0.6x doc šŸ‘šŸ¼.

Publishing

The core team handles publishing.

Contributing

Please refer to Kindeā€™s contributing guidelines.

License

By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.