Skip to content

Commit ec95782

Browse files
committed
version update
1 parent 7a6ee67 commit ec95782

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

example/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { useCallback } from 'react';
22
import { SafeAreaView, StyleSheet, Dimensions, Linking } from 'react-native';
33
import { WebView } from 'react-native-webview-bootpay';
44

5+
56
const { width: deviceWidth, height: deviceHeight } = Dimensions.get('window');
67

78
export default function App() {

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ PODS:
852852
- React-Mapbuffer (0.73.5):
853853
- glog
854854
- React-debug
855-
- react-native-webview-bootpay (13.13.4):
855+
- react-native-webview-bootpay (13.13.41):
856856
- glog
857857
- RCT-Folly (= 2022.05.16.00)
858858
- React-Core
@@ -1224,7 +1224,7 @@ SPEC CHECKSUMS:
12241224
React-jsinspector: 32db5e364bcae8fca8cdf8891830636275add0c5
12251225
React-logger: 4136cd22748f4275b04bf82f7b6853ba93b5e0e3
12261226
React-Mapbuffer: ee9b45b26e759a099a3e024df50b25af390ee998
1227-
react-native-webview-bootpay: 8b14ffacae116500a727ed181ebe1ed4efea2070
1227+
react-native-webview-bootpay: cadc454122f7d2feb828753d9bb4c342950a9c4b
12281228
React-nativeconfig: 1166714a4f7ea57a0df5c2cb44fbc70f98d580f9
12291229
React-NativeModulesApple: 5113fb30a94471378d4b0d44e86b71c1e3ca29c8
12301230
React-perflogger: 0dd9f1725d55f8264b81efadd373fe1d9cca7dc2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Thibault Malbranche <malbranche.thibault@gmail.com>"
1111
],
1212
"license": "MIT",
13-
"version": "13.13.41",
13+
"version": "13.13.42",
1414
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
1515
"scripts": {
1616
"android": "react-native run-android",

0 commit comments

Comments
 (0)