NativeBase-KitchenSink
NativeBase-KitchenSink copied to clipboard
Update to latest react-native
Closes #181
@sanketsahusoft its kind a related, I need to test my updates on nativebase using latest react-native. thanks
@SupriyaKalghatgi can you take a look at this?
@FDiskas I've just tried this PR and it works. However, for iOS I had to also do a
cd ios && pod install; cd -
before
react-native run-ios
It would be nice to also update the README.md
file.
Is there an ETA for merge? I want to start using react hooks! 😃
@FDiskas also, I had to add
<string>AntDesign.ttf</string>
<string>Entypo.ttf</string>
<string>EvilIcons.ttf</string>
<string>Feather.ttf</string>
<string>FontAwesome.ttf</string>
<string>FontAwesome5_Brands.ttf</string>
<string>FontAwesome5_Regular.ttf</string>
<string>FontAwesome5_Solid.ttf</string>
<string>Foundation.ttf</string>
<string>Ionicons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Octicons.ttf</string>
<string>Zocial.ttf</string>
to info.plist
to get away with an error related to missing fonts.
See https://stackoverflow.com/questions/38713240/unrecognized-font-family-ionicons
I am using XCode version: 12.4 and iPhone 11 simulator.
I'm not working on react native any more and I can't fix this pr.