Skip to content

Commit

Permalink
Merge branch 'main' into expanded-state
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Aug 16, 2022
2 parents 14509d9 + d35aab4 commit e5b6b07
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rn_android_library(
react_native_target("java/com/facebook/react/bridge:bridge"),
react_native_target("java/com/facebook/react/common:common"),
react_native_target("java/com/facebook/react/module/annotations:annotations"),
react_native_target("java/com/facebook/react/modules/blob/jni:jni"),
react_native_target("jni/react/reactnativeblob:jni"),
react_native_target("java/com/facebook/react/modules/network:network"),
react_native_target("java/com/facebook/react/modules/websocket:websocket"),
],
Expand Down
3 changes: 2 additions & 1 deletion ReactAndroid/src/main/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ add_react_android_subdir(src/main/jni/react/jscexecutor)
add_react_android_subdir(src/main/java/com/facebook/react/turbomodule/core/jni)
add_react_android_subdir(src/main/jni/react/uimanager)
add_react_android_subdir(src/main/jni/react/mapbuffer)
add_react_android_subdir(src/main/jni/react/reactnativeblob)
add_react_android_subdir(src/main/java/com/facebook/react/fabric/jni)
add_react_android_subdir(src/main/java/com/facebook/react/modules/blob/jni)
add_react_android_subdir(src/main/jni/react/hermes/reactexecutor)
add_react_android_subdir(src/main/jni/react/hermes/instrumentation/)

7 changes: 0 additions & 7 deletions packages/rn-tester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,7 @@ android {
}
}

configurations {
hermesDebugImplementation {}
hermesReleaseImplementation {}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// Build React Native from source
implementation project(':ReactAndroid')

Expand Down

0 comments on commit e5b6b07

Please sign in to comment.