-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency react-native to v0.70.0-rc.3 (#863)
* Update dependency react-native to v0.70.0-rc.3 * `pod install` * `pod update hermes-engine --no-repo-update` Needed after β Remove installed CocoaPods β Remove CocoaPods spec cache * Delete android/app/src/main/jni/Android.mk * Create android/app/src/main/jni/CMakeLists.txt * Update android/app/build.gradle from ndk-build+Make to CMake * Fix CMakeLists.txt * Gitignore `android/app/.cxx` facebook/react-native#34430 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LeoTM <1881059+leotm@users.noreply.github.com>
- Loading branch information
1 parent
7d8b7f1
commit 1b55bab
Showing
8 changed files
with
586 additions
and
644 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 |
---|---|---|
|
@@ -31,6 +31,7 @@ build/ | |
local.properties | ||
*.iml | ||
*.hprof | ||
android/app/.cxx | ||
|
||
# node.js | ||
# | ||
|
Binary file renamed
BIN
+73.2 MB
...npm-0.70.0-rc.2-fa1e245298-2b338f95f5.zip β ...npm-0.70.0-rc.3-039c172dcf-9603fb7767.zip
Binary file not shown.
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,7 @@ | ||
cmake_minimum_required(VERSION 3.13) | ||
|
||
# Define the library name here. | ||
project(leotm_myapp_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) |
Oops, something went wrong.