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
We tried creating a project with npx react-native init MyApp --template @native-base/react-native-template according to the instructions here. However, the RN version it comes with is outdated and we were not able to run it.
We had to create a blank RN project using npx react-native init MyApp and then adding nativebase manually.
Is it possible to update the template to use latest RN and other dependencies versions to ease the development process?
Thank you,
The text was updated successfully, but these errors were encountered:
Good day,
We tried creating a project with
npx react-native init MyApp --template @native-base/react-native-template
according to the instructions here. However, the RN version it comes with is outdated and we were not able to run it.We had to create a blank RN project using
npx react-native init MyApp
and then adding nativebase manually.Is it possible to update the template to use latest RN and other dependencies versions to ease the development process?
Thank you,
The text was updated successfully, but these errors were encountered: