Skip to content

Commit

Permalink
Drop unsupported --no-jetifier from Android cmd
Browse files Browse the repository at this point in the history
The `--no-jetifier` option no longer appears to be supported and results in an error when attempting to build the Android demo app.

Ref: wordpress-mobile/gutenberg-mobile#5881 (comment)
  • Loading branch information
Siobhan committed Jul 21, 2023
1 parent 44b988a commit 0c79d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"i18n:extract-used-strings": "node bin/extract-used-strings",
"i18n:fetch-translations": "node bin/i18n-translations-download",
"postinstall": "npm run i18n-cache",
"android": "react-native run-android --no-packager --no-jetifier",
"android": "react-native run-android --no-packager",
"prewpandroid": "rm -Rf $TMPDIR/gbmobile-wpandroidfakernroot && mkdir $TMPDIR/gbmobile-wpandroidfakernroot && ln -s $(cd \"$(dirname \"../../../../../\")\"; pwd) $TMPDIR/gbmobile-wpandroidfakernroot/android",
"wpandroid": "npm run android -- --root $TMPDIR/gbmobile-wpandroidfakernroot --variant wasabiDebug --appIdSuffix beta --appFolder WordPress --main-activity=ui.WPLaunchActivity",
"preios": "cd ios && (bundle check > /dev/null || bundle install) && bundle exec pod install --repo-update",
Expand Down

0 comments on commit 0c79d79

Please sign in to comment.