-
-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update RN version to 0.70.0-rc.4 in example apps (#1577)
* chore(TestsExample): yarn install * chore(TestsExample): package.json * chore(TestsExample): .flowconfig * chore(TestsExample): .gitignore * chore(TestsExample): .node-version * chore(TestsExample): android/app/build.gradle * chore(TestsExample): android/app/src/main/jni/Android.mk * chore(TestsExample): android/app/src/main/jni/CMakeLists.txt * chore(TestsExample): cpp files in jni directory * chore(TestsExample): android/build.gradle * chore(TE): gradle-wrapper.properties * chore(TestsExample): ios/Podfile & pod install * bookmark(TestsExample): iOS OK * chore(TestsExample): android/gradle.properties * bookmark(TestsExample): Android OK * chore(FTE): yarn install * chore(FTE): package.json && yarn install * chore(FTE): .flowconfig * chore(FTE): .gitignore * chore(FTE): .node-version * chore(FTE): android/app/build.gradle * chore(FTE): android/app/src/main/jni/Android.mk * chore(FTE): android/appsrc/main/jni/CMakeLists.txt * chore(FTE): cpp flies in jni directory * chore(FTE): android/build.gradle * chore(FTE): android gradle-wrapper.properties * chore(FTE): ios/Podfile & pod install * chore(FTE): disable check for multiple instances of libraries * bookmark(FTE): Android OK * bookmark(FTE): iOS OK * chore(FE): package.json & yarn install * chore(FE): .flowconfig * chore(FE): .gitignore * chore(FE): .node-version * chore(FE): android/app/build.gradle * chore(FE): android/app/src/main/jni/Android.mk * chore(FE): android/app/src/main/jni/CMakeLists.txt * chore(FE): cpp files in jni directory * chore(FE): android/build.gradle * chore(FE): android gradle-wrapper.properties * chore(FE): ios/Podfile & pod install
- Loading branch information
Showing
54 changed files
with
6,350 additions
and
6,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,4 +62,4 @@ untyped-import | |
untyped-type-import | ||
|
||
[version] | ||
^0.176.3 | ||
^0.182.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ build/ | |
local.properties | ||
*.iml | ||
*.hprof | ||
.cxx/ | ||
|
||
# node.js | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.13) | ||
# Define the library name here. | ||
project(fabricexample_appmodules) | ||
# This file includes all the necessary to let you build your application with the New Architecture. | ||
include(${REACT_ANDROID_DIR}/cmake-utils/ReactNative-application.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.