NativeBase-KitchenSink icon indicating copy to clipboard operation
NativeBase-KitchenSink copied to clipboard

Update to latest react-native

Open FDiskas opened this issue 4 years ago • 6 comments

Closes #181

FDiskas avatar Mar 08 '20 15:03 FDiskas

@sanketsahusoft its kind a related, I need to test my updates on nativebase using latest react-native. thanks

FDiskas avatar Mar 18 '20 19:03 FDiskas

@SupriyaKalghatgi can you take a look at this?

FDiskas avatar May 05 '20 16:05 FDiskas

@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.

dan-corneanu avatar Mar 18 '21 19:03 dan-corneanu

Is there an ETA for merge? I want to start using react hooks! 😃

guillermodoghel avatar Mar 18 '21 20:03 guillermodoghel

@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.

dan-corneanu avatar Mar 18 '21 21:03 dan-corneanu

I'm not working on react native any more and I can't fix this pr.

FDiskas avatar Mar 18 '21 22:03 FDiskas