Skip to content
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

Upgrade react native #288

Merged
merged 2 commits into from
Aug 13, 2019
Merged

Upgrade react native #288

merged 2 commits into from
Aug 13, 2019

Conversation

AWare
Copy link
Contributor

@AWare AWare commented Aug 9, 2019

I've had to upgrade and unlink everything and install cocoapods.

@AWare AWare marked this pull request as ready for review August 12, 2019 08:05
@AWare AWare changed the title spike upgrading react native Upgrade react native Aug 12, 2019
@walaura
Copy link

walaura commented Aug 12, 2019

can we make sure there are no regressions on the animation from front to article? Namely the article should be cropped on the top and bottom sides as it opens and dragging it down should make it fit back into its card

@@ -26,8 +21,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
moduleName:@"Mallard"
initialProperties:nil];
[RNSentry installWithRootView:rootView];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this have come out?

@@ -62,8 +62,6 @@
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we double check this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

facebook/react-native#20879
No longer bundled in rn.

"react-navigation": "3.11.0",
"react-native-status-bar-height": "^2.4.0",
"react-native-svg": "^9.6.2",
"react-native-webview": "^6.9.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we find the breaking changes for this? Webview's are a bit shakey at the best of times!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog isn't particularly readable, but it doesn't seem to have any breaking changes.

Copy link
Contributor

@RichieAHB RichieAHB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good so far let's see if we can get the build passing and double check on a few of the notes here 👌

…?from=0.59.3&to=0.60.0

package updates

Unlink everything

add pods

This was causing a problem so is gone.

This was causing a problem so I removed it.

Install pods

fix typo

upgrades?

More upgrades

yarn lock

unlink

pods

fix config weirdness

facebook/react-native#25484

zo0r/react-native-push-notification#1147

zo0r/react-native-push-notification#1147

note on cache cleaning

remove crossword bunder from main shell

gradle.properties change needed in https://react-native-community.github.io/upgrade-helper/?from=0.59.3&to=0.60.4
not sure about keystor

fix build.gradle to .60 achetype

fix build.gradle

force use of correct rn types
@AWare
Copy link
Contributor Author

AWare commented Aug 13, 2019

I'm having trouble building the preupgrade version on android. (With everything cleaned and on master)
As this reduces the overhead of new libraries, would really like to get merged asap.

Copy link
Contributor

@RichieAHB RichieAHB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is nothing that could possibly go wrong with this - I wholly approve 👌

@AWare AWare merged commit 08a842c into master Aug 13, 2019
@AWare AWare deleted the aw-rn-upgrade branch August 13, 2019 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants