Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest react-native #182

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

FDiskas
Copy link

@FDiskas FDiskas commented Mar 8, 2020

Closes #181

.prettierrc.js Outdated Show resolved Hide resolved
.prettierrc.js Outdated Show resolved Hide resolved
@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