This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 4
Changes for gb mobile upgrade to rn 0.61 #9
Merged
SergioEstevao
merged 311 commits into
feature/enable-android-build-of-standalone-package
from
try/changes-for-gb-mobile-upgrade-to-rn-0.61
Jan 24, 2020
Merged
Changes for gb mobile upgrade to rn 0.61 #9
SergioEstevao
merged 311 commits into
feature/enable-android-build-of-standalone-package
from
try/changes-for-gb-mobile-upgrade-to-rn-0.61
Jan 24, 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
this is currently happening on lines 437-441 when converting to the int32Color
read android gradle plugin version from root project
get react-native version from root project
Fixed android build failure
Fixes readme
fix: initialize PathView with empty path to support reanimated on Android
fix memory font memory leaks iOS
…ss-web-elements Fix onPress handler mapping on web elements
…geSize separate npmignore entries into their related folders
…peDefinition added Marker component to definition file
## [9.13.4](software-mansion/react-native-svg@v9.13.3...v9.13.4) (2019-12-09) ### Bug Fixes * initialize PathView with empty path ([45192bd](software-mansion@45192bd)) * **ios:** Fix image size when calling getDataURL with bounds. fixes [software-mansion#855](software-mansion#855) ([45b0859](software-mansion@45b0859))
## [9.13.5](software-mansion/react-native-svg@v9.13.4...v9.13.5) (2019-12-09) ### Bug Fixes * **android:** deprecation warning in TSpanView ([6035d2d](software-mansion@6035d2d))
added common Marker props to CommonPathProps
ignore some more file and folders in android path
Had to make a commit to have semantic-release notice any changes Also, format markdown files
## [9.13.6](software-mansion/react-native-svg@v9.13.5...v9.13.6) (2019-12-10) ### Bug Fixes * **android:** better npm ignores ([7bc717b](software-mansion@7bc717b))
…om-master-19-dec-2019
…o feature/update-from-master-19-dec-2019
1 task
SergioEstevao
approved these changes
Jan 24, 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.
SergioEstevao
merged commit Jan 24, 2020
a628e92
into
feature/enable-android-build-of-standalone-package
SergioEstevao
deleted the
try/changes-for-gb-mobile-upgrade-to-rn-0.61
branch
January 24, 2020 15:39
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Redoing of the #7 PR.
Part of the PR domino for the gb-mobile upgrade to RN 0.61, don't merge until all PRs are green and ready to merge.
Unfortunately, #7 was pointing to master instead of the branch we're using in gutenberg-mobile so, re-doing the RN 0.61 upgrade related work to point to the "canonical" branch (
feature/enable-android-build-of-standalone-package
). It's messy, yeah.#7 should now be defunct, since I'm also going to reset master to cdf862b, the hash before the #7 merge. The idea is that
master
should just track the upstream master for easy updates from upstream.