frames-react-native 1.2.4 → 1.2.5
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.
- package/README.md +0 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,10 +16,6 @@ Start accepting online card payments in just a few minutes with Frames. It's qui
|
|
|
16
16
|
|
|
17
17
|
> Frames is meant to be used in conjunction with the rest of your checkout page elements as opposed to being an independent view. That way, you have full control of the UI, and you can implement other payment methods or collect other details (like billing details) alongside it.
|
|
18
18
|
|
|
19
|
-
<p align="center">
|
|
20
|
-
<img src="https://s3.gifyu.com/images/FramesforAndroid.png" alt="Demo frames react native" width="500px"/>
|
|
21
|
-
</p>
|
|
22
|
-
|
|
23
19
|
# :rocket: Install
|
|
24
20
|
|
|
25
21
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "frames-react-native",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Frames React Native",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@babel/core": ">=7.23.2",
|
|
23
23
|
"@babel/preset-react": "^7.12.13",
|
|
24
24
|
"@testing-library/jest-dom": "^5.11.9",
|
|
25
|
-
"@testing-library/jest-native": "
|
|
25
|
+
"@testing-library/jest-native": "3.3.0",
|
|
26
26
|
"@testing-library/react-native": "^7.1.0",
|
|
27
27
|
"@types/jest": "^26.0.20",
|
|
28
28
|
"@types/node-fetch": "^2.5.8",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"jest-expo": "^53.0.0",
|
|
35
35
|
"react": "~18.2.0",
|
|
36
36
|
"react-native": "~0.73.6",
|
|
37
|
-
"react-
|
|
37
|
+
"react-test-renderer": "18.2.0",
|
|
38
38
|
"ts-jest": "^29.1.2",
|
|
39
39
|
"typescript": "~5.4.4"
|
|
40
40
|
},
|