connect-react-native
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "connect-react-native", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Financial APIs to connect users' bank accounts", | ||
@@ -5,0 +5,0 @@ "react-native": "src/index.ts", |
@@ -13,6 +13,5 @@ # DapiConnect-ReactNative | ||
### iOS | ||
#### Requirements | ||
- Android: `minSdkVersion 21` | ||
- Xcode 10.3 | ||
@@ -26,8 +25,6 @@ - react-native >= 0.60.0 | ||
1. Make sure `react-native-cli` is installed: `yarn global add react-native-cli` | ||
2. Create the app with `react-native init YourApp` | ||
3. Step into your newly created app folder: `cd YourApp` | ||
4. Install `dapiconnect-reactnative` from GitHub: `yarn add github:dapi-co/DapiConnect-ReactNative` | ||
5. Install all the dependencies for the project: `yarn install`. (Because of a [bug](https://github.com/yarnpkg/yarn/issues/2165) you may need to clean `yarn`'s cache with `yarn cache clean` before.) | ||
6. Open `ios/Podile` in a text editor: `vim ios/Podfile`, update the platform to iOS 10.3: | ||
1. Step into your app directory: `cd YourApp` | ||
2. Install the library: `yarn install connect-react-native` | ||
3. Install all the dependencies for the project: `yarn install`. (Because of a [bug](https://github.com/yarnpkg/yarn/issues/2165) you may need to clean `yarn`'s cache with `yarn cache clean` before.) | ||
4. Open `ios/Podile` in a text editor: `vim ios/Podfile`, update the platform to iOS 10.3: | ||
@@ -62,2 +59,2 @@ ```diff | ||
7. `npx pod-install` or `cd ios` and then `pod install`. | ||
5. `npx pod-install` or `cd ios` and then `pod install`. |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
172992
46
57