Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Kinde React Native SDK for authentication

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
6
200%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • 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.

Keywords

Kinde

FAQs

Package last updated on 19 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts