Skip to content

Commit

Permalink
Revert "Moving to react native 0.45.1"
Browse files Browse the repository at this point in the history
This reverts commit 08b7cc6.
  • Loading branch information
wmathurin committed Jun 30, 2017
1 parent 6c896c0 commit 8464a1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ git submodule sync
git submodule update git submodule update


# for react-native # for react-native
npm install react-native@0.45.1 react@16.0.0-alpha.12 --silent npm install react-native@0.43.1 react@16.0.0-alpha.6 --silent
2 changes: 1 addition & 1 deletion install.vbs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Call CopySymlinkFiles()


' Getting npm dependencies (for react-native) ' Getting npm dependencies (for react-native)
WScript.Echo "Getting npm dependencies" WScript.Echo "Getting npm dependencies"
intReturnVal = objShell.Run("npm install react-native@0.45.1 react@16.0.0-alpha.12 --silent", 1, True) intReturnVal = objShell.Run("npm install react-native@0.43.1 react@16.0.0-alpha.6 --silent", 1, True)
If intReturnVal <> 0 Then If intReturnVal <> 0 Then
WScript.Echo "Error getting npm dependencies!" WScript.Echo "Error getting npm dependencies!"
WScript.Quit 2 WScript.Quit 2
Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceReact/build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'


dependencies { dependencies {
compile project(':libs:SmartSync') compile project(':libs:SmartSync')
compile 'com.facebook.react:react-native:0.45.1' compile 'com.facebook.react:react-native:0.43.1'
} }


android { android {
Expand Down

0 comments on commit 8464a1d

Please sign in to comment.