skipcash-reactnative 0.0.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,9 +48,8 @@ export default function App() {
48
48
  ***********************************/
49
49
 
50
50
  /*
51
- Here In case if you want to implement IN-APP Apple Pay
52
- you have to pass the name of the merchant identifier
53
- (you need to create a new one from apple developer account of your app ).
51
+ here pass the name of the merchant identifier(you need to create a new one
52
+ from apple developer account of your app ).
54
53
  please reachout to https://dev.skipcash.app/ mobile apple pay section to
55
54
  know how to generate your merchant identifier and setup Xcode.
56
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skipcash-reactnative",
3
- "version": "0.0.2",
3
+ "version": "0.1.0",
4
4
  "description": "integrate skipcash in react native app.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",