We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4303c76 commit f888fd0Copy full SHA for f888fd0
.github/actions/create-native-bundle/action.yml
@@ -31,7 +31,7 @@ runs:
31
mkdir -p ${{ inputs.platform }}/assets
32
cd Native-Mobile-Resources-main/deployment/native && \
33
/tmp/mxbuild/modeler/tools/node/linux-x64/node \
34
- /tmp/mxbuild/modeler/tools/node/node_modules/@react-native-community/cli \
+ /tmp/mxbuild/modeler/tools/node/node_modules/react-native/cli.js \
35
bundle --verbose --platform ${{ inputs.platform }} --dev false \
36
--config "$PWD/metro.config.js" \
37
--bundle-output $GITHUB_WORKSPACE/${{ inputs.platform }}/index.${{ inputs.platform }}.bundle \
0 commit comments