File tree 4 files changed +661
-655
lines changed
4 files changed +661
-655
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ PODS:
182
182
- React-cxxreact (= 0.61.5)
183
183
- React-jsi (= 0.61.5)
184
184
- React-jsinspector (0.61.5)
185
- - react-native-restart (0.0.19 ):
185
+ - react-native-restart (0.0.20 ):
186
186
- React-Core
187
187
- React-RCTActionSheet (0.61.5):
188
188
- React-Core/RCTActionSheetHeaders (= 0.61.5)
@@ -326,7 +326,7 @@ SPEC CHECKSUMS:
326
326
React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
327
327
React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
328
328
React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
329
- react-native-restart: 28dfecbccaf8ffb1070c5e3500d739aedbb0c381
329
+ react-native-restart: a01029aadfe8e71f9e8205fdb17da2f0a4472d50
330
330
React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
331
331
React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
332
332
React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ iOS GIF | Android GIF
12
12
13
13
## Installation
14
14
15
+ - Using ` react-native < 0.62 ` ? install ` react-native-restart@0.0.17 `
16
+ - Using ` react-native >= 0.62 ` ? install ` react-native-restart@0.0.20 ` and above
17
+
15
18
### With ` yarn `
16
19
17
20
``` bash
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-restart" ,
3
- "version" : " 0.0.19 " ,
3
+ "version" : " 0.0.20 " ,
4
4
"description" : " Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it." ,
5
5
"main" : " lib/commonjs/index.js" ,
6
6
"module" : " lib/module/index.js" ,
You can’t perform that action at this time.
0 commit comments