react-native-community / template

The React Native Community Template - getting started building RN apps for Android & iOS
MIT License
71 stars 16 forks source link

Revert React 19RC to 18.3.1 #79

Closed cipolleschi closed 2 weeks ago

cipolleschi commented 2 weeks ago

Summary:

Commit https://github.com/facebook/react-native/commit/7e268c9d52c99ed5af7b57158bcf9bdaeea68d11 reverted React 19 on main, but now the creation of a new app fails on npm install due to a mismatch in react versions. This should fix them

Changelog:

[General][Changed] - Revert React to 18.3.1

Test Plan:

N/A