@kinde-oss/react-native-sdk-0-6x
v1.2.0
Published
Kinde React Native SDK for authentication
Downloads
11
Readme
Kinde React Native SDK 0.6x
The Kinde SDK for React Native SDK 0.6x.
Development
Initial set up
Clone the repository to your machine:
git clone https://github.com/kinde-oss/kinde-react-native-sdk-0-6x
Go into the project:
cd kinde-react-native-sdk-0-6x
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
- 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
- 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.