Skip to content

Commit 7307b1a

Browse files
committed
Update peer deps & doc links
1 parent 0ab3bd8 commit 7307b1a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ function TransakReactNativeSdkIntegration() {
6969

7070
### Props
7171

72-
| Prop | Description |
73-
|:----------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
74-
| queryParams | Refer [here](https://www.notion.so/transak/Query-Parameters-9ec523df3b874ec58cef4fa3a906f238) for the full list of query params |
75-
| onTransakEventHandler | Accepts callback function to listen to order related [events](https://www.notion.so/transak/React-Native-c4855621543842839a2d03f3fc06df1f#8370e02c6f5949348a1fe8513741f347) |
72+
| Prop | Description |
73+
|:----------------------|:--------------------------------------------------------------------------------------------------------------|
74+
| queryParams | Refer [here](https://docs.transak.com/docs/query-parameters) for the full list of query params |
75+
| onTransakEventHandler | Accepts callback function to listen to order related [events](https://docs.transak.com/docs/websocket-events) |
7676

7777
This component accepts most of the [react-native-webview props](https://github.com/react-native-webview/react-native-webview/blob/HEAD/docs/Reference.md), except the following: source, injectJavaScript, sharedCookiesEnabled, injectedJavaScript, injectedJavaScriptBeforeContentLoaded
7878

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@transak/react-native-sdk",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A React Native SDK for decentralised applications to onboard their global user base with fiat currency",
55
"license": "ISC",
66
"author": "Transak Inc. <[email protected]> (https://transak.com/)",
7-
"homepage": "https://www.notion.so/transak/React-Native-c4855621543842839a2d03f3fc06df1f",
7+
"homepage": "https://docs.transak.com/docs/mobile-sdk-integration#react-native",
88
"main": "index.js",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/Transak/transak-react-native-sdk"
1212
},
1313
"peerDependencies": {
14-
"@react-native-community/netinfo": "~9.1.0",
15-
"react": "^16.8.0",
14+
"@react-native-community/netinfo": "^9.1.0",
15+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
1616
"react-native": "*",
17-
"react-native-inappbrowser-reborn": "~3.6.3",
17+
"react-native-inappbrowser-reborn": "^3.6.3",
1818
"react-native-webview": "*"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)