idwise-react-native-sdk
v6.9.3
Published
React-Native Wrapper for IDWise SDK
Readme
Getting Started
Refer to the getting started guide for instructions.
Documentation
Check the sdk and their usage in our documentation.
Try it out
🧑💻 The source code for the examples are under the /example folder.
📲 You can also try out components in our demo apps available in the both stores Android and iOS.
Installation
npm install idwise-react-native-sdkOR
yarn add idwise-react-native-sdkExpo (managed workflow)
This package ships a config plugin so it works in Expo managed projects without ejecting. Add it to the plugins array in your app.json / app.config.js:
{
"expo": {
"plugins": ["idwise-react-native-sdk"]
}
}The plugin registers the Android Maven repository and the private CocoaPods spec source the SDK depends on, so npx expo prebuild (and EAS Build) generate native projects that can resolve the IDWise native SDKs automatically — no manual edits to android/build.gradle or ios/Podfile are required.
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
