Skip to content

Commit b0b26a8

Browse files
none: reverting change to build.gradle
1 parent 817582e commit b0b26a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ react {
4242
// bundleAssetName = "MyApplication.android.bundle"
4343
//
4444
// The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
45-
entryFile = file("../../../src/index.tsx")
45+
entryFile = file("../../index.tsx")
4646
//
4747
// A list of extra flags to pass to the 'bundle' commands.
4848
// See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle

0 commit comments

Comments
 (0)