GeekyAnts / NativeBase-KitchenSink

An example app with all the UI components of NativeBase
2.18k stars 757 forks source link

Upgraded the project to use the latest version of RN and RN Navigation #174

Open jkoutavas opened 4 years ago

jkoutavas commented 4 years ago

What's currently on master isn't building with the latest React Native (0.61.2) . This PR resolves that. react-native run-ios and react-native run-android work now.

Note the inclusion of a Podfile and Podfile.lock

d-neri commented 4 years ago

Thanks for this, works great.

Were the vector icons removed for a specific reason?

jkoutavas commented 4 years ago

Were the vector icons removed for a specific reason?

It was redundant. the native-base package pulls it in as a dependency.