diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 8f3d28f..3493ce1 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -74,9 +74,7 @@ import com.android.build.OutputFile project.ext.react = [ entryFile: "example/index.js", - nodeExecutableAndArgs: ["echo", "'Skipping bundling"], - root: "../../../", - bundleInRelease: false + root: "../../../" ] apply from: "../../../node_modules/react-native/react.gradle"