-
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
Fix last mobile merge into master #14620
Conversation
…ge of rnmobile/develop into master
…erge of rnmobile/develop into master
@@ -0,0 +1,5 @@ | |||
@import "variables.scss"; |
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.
We'll have to remove this, this was dropped as part of the merge PR (we auto import _variables.scss
now)
@@ -1,3 +1,5 @@ | |||
@import "variables.scss"; |
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.
Same here
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.
Looking good.
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.
Looking good!
Description
Last PR #14503 was supposed to merge all the changes from
rnmobile/develop
(the development branch for mobile) to master. It seems I made some mistakes when resolving conflicts as a couple of changes fromrnmobile/develop
were omitted. This PR aims to fix this and havernmobile/develop
fully merged intomaster
.How has this been tested?
I checked manually by looking at the PRs merged into
rnmobile/develop
and what we have inmaster
.I also used the following command to find diff between
master
andrnmobile/develop
:Note that I'm excluding all non
.native.*
file here.