Skip to content

Commit

Permalink
Remove reference to react.grale
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Sep 19, 2024
1 parent ed99966 commit b27a5f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/react_native/e2e/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ project.ext.react = [
entryFile: "index.tsx",
]

apply from: "../../node_modules/react-native/react.gradle"
// For 'react-native' >= 0.73.x, the react-native/react.gradle file is no longer used
// apply from: "../../node_modules/react-native/react.gradle"

/**
* Set this to true to create two separate APKs instead of one:
Expand Down

0 comments on commit b27a5f9

Please sign in to comment.