Skip to content

Conversation

@FDiskas
Copy link

@FDiskas FDiskas commented Mar 8, 2020

Closes #181

@FDiskas
Copy link
Author

FDiskas commented Mar 18, 2020

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

@FDiskas
Copy link
Author

FDiskas commented May 5, 2020

@SupriyaKalghatgi can you take a look at this?

@dan-corneanu
Copy link

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

@guillermodoghel
Copy link

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

@dan-corneanu
Copy link

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

@FDiskas
Copy link
Author

FDiskas commented Mar 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to latest RN version

3 participants