Closed jangsoori closed 1 year ago
Hi @jangsoori please do update to RN 0.70 or later (depends on current SDK dependency tree) React 18+ should be compatible with react69 as docs says: https://reactnative.dev/docs/0.70/react-18-and-react-native Please see note that RN70 is not maintained, so try update your app to active RN version.
Hey,
In the newest version of the SDK, there is a peer dependency lock for
react@^18.1.0
Because of this, we can't install the SDK on
react-native@0.69.6
which usesreact@18.0.0
.react@18.1.0
was introduced inreact-native@0.70.0
, so does it mean that anything belowreact-native@0.70
is not supported by the SDK anymore?Thanks!