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
Tell us which versions you are using:
iOS only, Android is fine It will show Text in RN 0.52 with v4.0.0-beta.27 & 28 but not show in RN 0.54
This is my code for custom tabs icon
var iconPath = !this.props.focused ? this.props.inactive : this.props.active; const color = !this.props.focused ? "#727171" : "#897854"; return ( <View style={{flex:1, flexDirection:'column', alignItems:'center', alignSelf:'center', justifyContent: 'center'}}> <Image style={{width: 25, height: 25}} source={iconPath} /> <Text style={{color: color, fontSize: 10, paddingTop: 5}}>{this.props.title}</Text> </View> );
And the result: RN 0.52
RN 0.54
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
Same here with RN 55.2 RNRF 4.0.0-beta.28 Android is indeed fine
See #2981
Thanks #2981, I'll try it.
No branches or pull requests
Version
Tell us which versions you are using:
iOS only, Android is fine
It will show Text in RN 0.52 with v4.0.0-beta.27 & 28 but not show in RN 0.54
This is my code for custom tabs icon
And the result:
RN 0.52
RN 0.54
The text was updated successfully, but these errors were encountered: