Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Update to React Native 0.56 RC #1117

Closed
wants to merge 1 commit into from
Closed

Update to React Native 0.56 RC #1117

wants to merge 1 commit into from

Conversation

orta
Copy link
Contributor

@orta orta commented Jun 25, 2018

Every page looks like I'd expect. This did note that we're getting really far behind WRT the react-native typings, it looks tricky to migrate those, so I made that a separate task from actually updating.

- SentryReactNative (= 0.30.3)
- yoga (= 0.54.4.React)
- SentryReactNative (= 0.38.0)
- yoga (= 0.55.4.React)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

they don't bump the number until the release

and I updated sentry-reactnative also

"tslint": "^5.8.0",
"tslint-config-prettier": "^1.6.0",
"typescript": "^2.5.3",
"typescript-styled-plugin": "^0.1.2"
"typescript": "2.6.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the specific version we were on, updating any further starts to break the types in RN and SC

accessible={true}
hitSlop={undefined}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

looks like snapshots just don't include this stuff now

@@ -132,7 +125,7 @@ ShallowWrapper {
"behavior": "padding",
"children": Array [
undefined,
<Styled(View)
<Styled(Component)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

likely from the bump to SC-jest

'../src/lib/Scenes/Favorites/__stories__/Favorites.story',
'../src/lib/Scenes/Home/Components/Sales/Components/__stories__/LotsByFollowedArtists.story',
'../src/lib/Scenes/Home/__stories__/Home.story',
'../src/lib/Scenes/Settings/__stories__/Settings.story',

];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure, why not

@orta
Copy link
Contributor Author

orta commented Oct 31, 2018

deprecated by #1210

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant