Skip to content

triangle is not rendered correctly #9

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

Open
forki opened this issue Mar 10, 2020 · 5 comments
Open

triangle is not rendered correctly #9

forki opened this issue Mar 10, 2020 · 5 comments

Comments

@forki
Copy link

forki commented Mar 10, 2020

I have a very simple setup but for some reasons the rendering is brken:

image

I did not apply any styles. Any ideas?

@parasmehta
Copy link

I am facing the same issue on my Android device.

@csath
Copy link
Owner

csath commented Mar 11, 2020

@forki Can you paste the code you used if possible.

@jjmacagnan
Copy link

Hello, I'm using this component in my project and I have this same rendering problem on android, on ios it works perfectly.

This is my code

<Breadcrumb
entities={this.state.breadcrumbTitle}
crumbsContainerStyle={styles.crumbsContainerStyle}
activeCrumbStyle={styles.activeCrumbStyle}
activeCrumbTextStyle={styles.activeCrumbTextStyle}
crumbStyle={styles.crumbStyle}
crumbTextStyle={styles.crumbTextStyle}
isTouchable={true}
flowDepth={1}
height={30}
onCrumbPress={index => {
this.props.navigation.goBack();
}}
borderRadius={5}
/>

Screenshot_1607028604
Simulator Screen Shot - iPhone 11 - 2020-12-03 at 17 51 27

@oguilbaud
Copy link

I have same problème.

@bdiallo
Copy link

bdiallo commented Oct 26, 2022

Hi @csath can you please accept the PR #17 of https://github.com/micm0?

The temporary solution I'm using for now:
$ yarn add https://github.com/micm0/react-native-breadcrumb.git#fix-triangles-on-android

In your package.json this "react-native-breadcrumb": "^1.2.0"
will be replaced by "react-native-breadcrumb": "https://github.com/micm0/react-native-breadcrumb.git#fix-triangles-on-android"

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

6 participants