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

Issue with border radius on android #89

Open
pi-sw opened this issue Oct 17, 2017 · 1 comment
Open

Issue with border radius on android #89

pi-sw opened this issue Oct 17, 2017 · 1 comment

Comments

@pi-sw
Copy link

pi-sw commented Oct 17, 2017

I have a problem with non-transparent residue on android:
android

Whereas on iOS it is working fine:
ios

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>
@stokesbga
Copy link

Apparently border radius didnt work with android period. It was just fixed in RN 0.51-rc

The promises of a stable RN continue...

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

No branches or pull requests

2 participants