GeekyAnts / nativebase-templates

NativeBase Templates for different platforms.
72 stars 76 forks source link

Update react native version in nativebase-template #67

Open jlariza opened 2 years ago

jlariza commented 2 years ago

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,

azuber commented 1 year ago

Fixed on #74

aymkin commented 1 year ago

For me, it is still the issue, react-native init NativeBase --template @native-base/react-native-template-typescript does not work as expected.

image