diff --git a/.github/workflows/react-native-example.yml b/.github/workflows/react-native-example.yml index e3d73ab50..d208d0790 100644 --- a/.github/workflows/react-native-example.yml +++ b/.github/workflows/react-native-example.yml @@ -58,5 +58,5 @@ jobs: - name: Build React Native Android Example debug app run: | mkdir -p android/app/src/main/assets - yarn react-native bundle --platform android --dev true --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res + yarn react-native bundle --platform android --dev true --entry-file index.native.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res cd android && ./gradlew assembleDebug