@moneykit/connect-react-native v2.8.0
Connect React Native
MoneyKit Connect is a quick and secure way to link bank accounts from within your app. The drop-in framework handles connecting to a financial institution in your app (credential validation, multi-factor authentication, error handling, etc.) without passing sensitive information to your server
Installation in Expo projects
!NOTE Make sure you have the expo-build-properties plugin installed in your project.
npx expo install @moneykit/connect-react-nativeYou will also need to specify the deployment target for iOS and a minimum SDK version for Android in your app.json or app.config.js file:
"plugins": [
[
"expo-build-properties",
{
"ios": {
"deploymentTarget": "14.0"
},
"android": {
"minSdkVersion": 26,
},
}
]
]!IMPORTANT
This package cannot be used in the "Expo Go" app because it requires custom native code.
Rebuild your app as described in the "Adding custom native code" guide.
npx expo prebuildInstallation in bare React Native projects
For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.
Add the package to your npm dependencies
npm install @moneykit/connect-react-nativeConfigure for iOS
Run npx pod-install after installing the npm package.
Configure for Android
No additional set up necessary.
API Example
A simple example of the Connect SDK can be found here
1 year ago
12 months ago
12 months ago
11 months ago
11 months ago
10 months ago
10 months ago
9 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago