You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates a lot of issues: basically, when you add react-native-portal, you automatically add the latest version of React to your bundle, which is probably a different version from the one you are currently using. You then end up with two different versions of React in your bundle
Current state
In
package.json
, react is defined as a dependency.Expected
It should define react as peer dependency.
Workaround
yarn resolutions
The text was updated successfully, but these errors were encountered: