Skip to content

Commit

Permalink
Bump react-native to 0.70.0-rc.4 (#3478)
Browse files Browse the repository at this point in the history
## Description

This PR bumps `react-native` in Example and FabricExample apps to 0.70.0-rc.4 according to the [upgrade helper](https://react-native-community.github.io/upgrade-helper/?from=0.70.0-rc.2&to=0.70.0-rc.4).
  • Loading branch information
tomekzaw authored Aug 23, 2022
1 parent 82cb045 commit e603087
Show file tree
Hide file tree
Showing 15 changed files with 1,459 additions and 1,573 deletions.
17 changes: 11 additions & 6 deletions Example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
ios/.xcode.env.local

# Android/IntelliJ
#
Expand All @@ -29,6 +29,8 @@ build/
.gradle
local.properties
*.iml
*.hprof
.cxx/

# node.js
#
Expand All @@ -40,6 +42,7 @@ yarn-error.log
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
Expand All @@ -48,16 +51,18 @@ buck-out/
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle

# CocoaPods
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# Expo
/.expo
/web-build
/web-build
2 changes: 1 addition & 1 deletion Example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit e603087

Please sign in to comment.