facebook / react-strict-dom

React Strict DOM (RSD) standardizes the development of styled React components for web and native.
https://facebook.github.io/react-strict-dom
MIT License
3.2k stars 161 forks source link

refactor: upgrade examples app to Expo SDK 51 #159

Closed byCedric closed 4 months ago

byCedric commented 5 months ago

This is a test to see what's required to upgrade to SDK 51, re:

So far, it seems that the multiple react-native versions is causing trouble. Unfortunately, this is a known issue of react-native, but definitely worth looking into. The 2nd version is installed because of two things:

necolas commented 4 months ago

Thanks @byCedric