We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have a function that takes a parameter named description and returns the following:
return ( <View style={ Styles.cardGroupHeader }> <Text style={ Styles.cardGroupHeaderText }>No { description }</Text> <Text> <FontAwesome>{ Icons.chevronRight }</FontAwesome> </Text> </View> );
When I run my code I get a red screen error with the following error message: Layout: -1 < 0
If I remove
<Text> <FontAwesome>{ Icons.chevronRight }</FontAwesome> </Text>
The code works fine.
Any ideas on how to solve it? I only imported the package and tried to use the component. I haven't followed the instructions of this link https://medium.com/@gattermeier/custom-fonts-in-react-native-for-android-b8a331a7d2a7
Are those steps required?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @ciceroneves are you sure that you've installed the source font in your project? Looks like that the font is missing in the build
Sorry, something went wrong.
No branches or pull requests
Hi I have a function that takes a parameter named description and returns the following:
When I run my code I get a red screen error with the following error message:
Layout: -1 < 0
If I remove
The code works fine.
Any ideas on how to solve it? I only imported the package and tried to use the component.
I haven't followed the instructions of this link https://medium.com/@gattermeier/custom-fonts-in-react-native-for-android-b8a331a7d2a7
Are those steps required?
Thanks
The text was updated successfully, but these errors were encountered: