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
Currently, React is listed as a dependency (see package.json) rather than a peer dependency. This can lead to issues such as multiple versions of React being installed in the project. For example, if the app uses React 19, it may result in two different React versions being bundled—one from the app and another from react-native-style-tachyons package.