Skip to content

Commit be3d8b2

Browse files
authoredDec 18, 2020
chore: bumped version to 0.0.20 (#155)
1 parent 019a076 commit be3d8b2

File tree

4 files changed

+661
-655
lines changed

4 files changed

+661
-655
lines changed
 

‎Example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ PODS:
182182
- React-cxxreact (= 0.61.5)
183183
- React-jsi (= 0.61.5)
184184
- React-jsinspector (0.61.5)
185-
- react-native-restart (0.0.19):
185+
- react-native-restart (0.0.20):
186186
- React-Core
187187
- React-RCTActionSheet (0.61.5):
188188
- React-Core/RCTActionSheetHeaders (= 0.61.5)
@@ -326,7 +326,7 @@ SPEC CHECKSUMS:
326326
React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
327327
React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
328328
React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
329-
react-native-restart: 28dfecbccaf8ffb1070c5e3500d739aedbb0c381
329+
react-native-restart: a01029aadfe8e71f9e8205fdb17da2f0a4472d50
330330
React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
331331
React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
332332
React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72

‎Example/yarn.lock

+655-652
Large diffs are not rendered by default.

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ iOS GIF | Android GIF
1212

1313
## Installation
1414

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+
1518
### With `yarn`
1619

1720
```bash

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-restart",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.