Fix android build (#2956)
Summary: Following mweststrate's advice on how to fix this. Pull Request resolved: https://github.com/facebook/flipper/pull/2956 Test Plan: Watch the Action. Reviewed By: lblasa Differential Revision: D31502115 Pulled By: passy fbshipit-source-id: 0f6dc73bcfde30fe7e2ee78e58d1c8e6fc16ec29
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0f04b2f651
commit
0ae986758e
2
.github/workflows/react-native-example.yml
vendored
2
.github/workflows/react-native-example.yml
vendored
@@ -58,5 +58,5 @@ jobs:
|
|||||||
- name: Build React Native Android Example debug app
|
- name: Build React Native Android Example debug app
|
||||||
run: |
|
run: |
|
||||||
mkdir -p android/app/src/main/assets
|
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
|
cd android && ./gradlew assembleDebug
|
||||||
|
|||||||
Reference in New Issue
Block a user