Skip to content

Commit

Permalink
Add build from source code snippet inside a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Sep 11, 2024
1 parent 41d4fbb commit 0c91824
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/paper-example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autoli
rootProject.name = 'ReanimatedExample'
include ':app'
includeBuild('../../../node_modules/react-native/node_modules/@react-native/gradle-plugin')
// includeBuild('../../../node_modules/react-native') {
// dependencySubstitution {
// substitute(module("com.facebook.react:react-android")).using(project(":packages:react-native:ReactAndroid"))
// substitute(module("com.facebook.react:react-native")).using(project(":packages:react-native:ReactAndroid"))
// substitute(module("com.facebook.react:hermes-android")).using(project(":packages:react-native:ReactAndroid:hermes-engine"))
// substitute(module("com.facebook.react:hermes-engine")).using(project(":packages:react-native:ReactAndroid:hermes-engine"))
// }
// }

0 comments on commit 0c91824

Please sign in to comment.