-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Monorepo] Fix android build #18569
Merged
hypest
merged 9 commits into
feat/import-gutenberg-mobile-no-squash
from
rnmobile/import-mobile-fix-android-build
Mar 27, 2020
Merged
[Monorepo] Fix android build #18569
hypest
merged 9 commits into
feat/import-gutenberg-mobile-no-squash
from
rnmobile/import-mobile-fix-android-build
Mar 27, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dratwas
added
[Status] In Progress
Tracking issues with work in progress
[Type] Technical Prototype
Offers a technical exploration into an idea as an example of what's possible
labels
Nov 18, 2019
Tug
changed the base branch from
rnmobile/import-mobile-fix-build-ios
to
feat/import-gutenberg-mobile-no-squash
March 24, 2020 15:12
Tug
force-pushed
the
rnmobile/import-mobile-fix-android-build
branch
from
March 24, 2020 15:15
57d886d
to
a9caf86
Compare
Size Change: 0 B Total Size: 856 kB ℹ️ View Unchanged
|
…of @wordpress/react-native-editor in package-lock.json
Tug
force-pushed
the
rnmobile/import-mobile-fix-android-build
branch
from
March 26, 2020 14:20
5d2818b
to
26c86b1
Compare
ceyhun
reviewed
Mar 26, 2020
ceyhun
approved these changes
Mar 26, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to run the demo app successfully both from command line and Android Studio 🎉
Merging this one with "merge commit" capability turned on. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Type] Technical Prototype
Offers a technical exploration into an idea as an example of what's possible
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a part of migration gutenberg-mobile to gutenberg repo.
In this PR we fix the android build of the
react-native-editor
example app. In order to do that, we had to reorganize the dependencies (make react-native-bridge and react-native-aztec dependencies of react-native-editor), change paths to linked libraries in the android project, and use some tricks to be able to run the app from the root folder.How has this been tested?
npm run native bundle:android
should create a JS bundlenpm run native start:reset
andnpm run android
should start android demo app (npm run android alone won't properly boot the metro server because of a limitation in react-native which ignores the --root argument in run-android)packages/react-native-editor/android
Types of changes
fix android build of
react-native-editor
example appChecklist: