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
I have a problem with non-transparent residue on android:
Whereas on iOS it is working fine:
Code snippet:
<Lightbox navigator={this.props.navigator} renderContent={this.renderLightboxContent(profileImage)} underlayColor='transparent' > <Image style={{ backgroundColor: colors.backgroundColor, borderRadius: 41, height: 82, width: 82, }} source={profileImage} /> </Lightbox>
The text was updated successfully, but these errors were encountered:
Apparently border radius didnt work with android period. It was just fixed in RN 0.51-rc
The promises of a stable RN continue...
Sorry, something went wrong.
No branches or pull requests
I have a problem with non-transparent residue on android:
Whereas on iOS it is working fine:
Code snippet:
The text was updated successfully, but these errors were encountered: