Krystof Woldrich

Results 609 comments of Krystof Woldrich

These two repositories with example of new architecture app and library can be useful during the migration. - https://github.com/react-native-community/RNNewArchitectureApp/tree/run/from-0.67-to-0.70 - https://github.com/react-native-community/RNNewArchitectureLibraries/tree/feat/back-turbomodule#android-autolinking= Also Sentry could collet tag `fabric`, to see if...

Nice overview of what changes in an app to include the new arch. https://react-native-community.github.io/upgrade-helper/?from=0.67.4&to=0.68.0

@cipolleschi Thanks for the info. I'm now following all the docs for 0.70.

Upgrade to React 18 can be done after JS SDK is also on 18. Since Rect.Component types are not copatible.

> * [ ] Drop RN versions older than 0.60.x, Check `"react-native": ">=$version"` on `package.json` @marandaneto So we would change this all the way to 0.70.x for the 5.0.0 release?

@cipolleschi So until we can upgrade to react 18 we can just use 17 (but of course, we will miss some features).

React 18 is working now, it wasn't actually JS SDK (they support v18), but it was an error in our RN sdk.

Seems like ReactNavigation and New Arch on Android don't play well yet, I've run into the same issue. https://github.com/software-mansion/react-native-screens/issues/1608 ios works well, but on Android I'm getting the same error

When this will make it to a RN release we will be able to return the modal feedback view to the new arch example. https://github.com/facebook/react-native/commit/9ac437f25b51b9a7fc8134d17c69b64ae90d508d At the moment the modal...