File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "git" : {
3- "commitMessage" : " chore: release %s " ,
4- "tagName" : " v%s " ,
3+ "commitMessage" : " chore: release 0.0.27 " ,
4+ "tagName" : " v0.0.27 " ,
55 "requireBranch" : " master"
66 },
77 "npm" : {
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ PODS:
297297 - React-jsinspector (0.71.1)
298298 - React-logger (0.71.1):
299299 - glog
300- - react-native-restart (0.0.26 ):
300+ - react-native-restart (0.0.27 ):
301301 - React-Core
302302 - React-perflogger (0.71.1)
303303 - React-RCTActionSheet (0.71.1):
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ iOS GIF | Android GIF
1414
1515- Using ` react-native < 0.62 ` ? install ` react-native-restart@0.0.17 `
1616- Using ` 0.71 > react-native >= 0.62 ` ? install ` react-native-restart@0.0.24 `
17- - Using ` react-native >= 0.71 ` ? install ` react-native-restart@0.0.26 ` and above
17+ - Using ` react-native >= 0.71 ` ? install ` react-native-restart@0.0.27 ` and above
1818
1919### With ` yarn `
2020
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ android {
2626 compileSdkVersion safeExtGet(' compileSdkVersion' )
2727
2828 defaultConfig {
29- applicationId " com.reactnativerestart"
3029 minSdkVersion safeExtGet(' minSdkVersion' )
3130 targetSdkVersion safeExtGet(' targetSdkVersion' )
3231 versionCode 1
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-restart" ,
3- "version" : " 0.0.26 " ,
3+ "version" : " 0.0.27 " ,
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" ,
You can’t perform that action at this time.
0 commit comments