Skip to content

Commit 92eec4b

Browse files
committed
Add allowsInlineMediaPlayback by default for KYC camera access
1 parent 7307b1a commit 92eec4b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@transak/react-native-sdk",
3-
"version": "1.3.0",
3+
"version": "1.4.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://docs.transak.com/docs/mobile-sdk-integration#react-native",
7+
"homepage": "https://docs.transak.com/docs/react-native-integration#transak-react-native-sdk",
88
"main": "index.js",
99
"repository": {
1010
"type": "git",

src/react-native-sdk.js

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function ReactNativeSdk({ queryParams, onTransakEventHandler, ...webviewProps })
7575
{...webviewProps}
7676
source={{ uri: transakUrl }}
7777
enableApplePay
78+
allowsInlineMediaPlayback
7879
onNavigationStateChange={onNavigationStateChange}
7980
/>
8081
);

0 commit comments

Comments
 (0)