We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e2ea7 commit 817582eCopy full SHA for 817582e
1 file changed
example/android/app/build.gradle
@@ -42,7 +42,7 @@ react {
42
// bundleAssetName = "MyApplication.android.bundle"
43
//
44
// The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
45
- entryFile = file("../../index.tsx")
+ entryFile = file("../../../src/index.tsx")
46
47
// A list of extra flags to pass to the 'bundle' commands.
48
// See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
0 commit comments