@heyfina/config-plugin-react-native-idnow
v1.1.1
Published
Config plugin to auto configure react-native-idnow
Downloads
40
Readme
Expo Config Plugin react-native-idnow
An Expo config plugin for easily setting up React Native IDnow
Installation
Prerequisites
- App project using Expo SDK 46+.
- Installed
[email protected]or later. - Installed
idnow-react-nativeJavaScript libraries.
With expo install
expo install @heyfina/config-plugin-react-native-idnowWithout expo install
# using yarn
yarn add @heyfina/config-plugin-react-native-idnow
# using npm
npm install @heyfina/config-plugin-react-native-idnowOpen your app.json and update your plugins section (expo install would do it for you):
{
"plugins": ["@heyfina/config-plugin-react-native-idnow"]
}Building and running
You can either:
- use
expo prebuildorexpo run:android/expo run:iosto update your native projects, - use EAS Build to build your development client.
Contributing
Contributions are very welcome! The package uses expo-module-scripts for most tasks. You can find detailed information at this link.
Please make sure to run yarn build/yarn rebuild to update the build directory before pushing. The CI will fail otherwise.
Credits
License
MIT
