infinitered / reactotron-react-native

Reactotron's react-native client.
MIT License
110 stars 27 forks source link

Update react-native, react and flipper dependencies #1042

Closed carlinisaacson closed 1 year ago

carlinisaacson commented 1 year ago

Version 5.0.1 removed react as a peerDependency. This change was causing an issue in Ignite when using npm. Since that change was made to fix another issue, I explored other fixes. Updating the react-native, react and react-native-flipper dependencies to recent versions also solved the issue in Ignite.

I was able to package this library locally and install it into several test projects using both yarn and npm and with recent and older versions of react-native. With these dependency updates everything still worked as expected.

infinitered-circleci commented 1 year ago

:tada: This PR is included in version 5.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: