zobeirhamid / react-native-scrollable-navigation-bar

Respecting navigation bar for scrolling screens.
https://zobeirhamid.github.io/react-native-scrollable-navigation-bar/
MIT License
266 stars 29 forks source link

App renders inproperly on Android only #7

Closed asp3 closed 4 years ago

asp3 commented 4 years ago

IMG_3226 iOS

IMG_0539-min Android

zobeirhamid commented 4 years ago

@Messi10AP Thanks for the feedback. Try using the experimental branch, that is the updated branch.

asp3 commented 4 years ago

@zobeirhamid I also noticed that you used a custom version of react native in your examples. Is this necessary in order to use the library?

asp3 commented 4 years ago

Also, I tried to use the experimental branch, and it crashes with the error "Invariant Violation: Transform with key of translateY must be a number"

zobeirhamid commented 4 years ago

@Messi10AP Does the error occur on the example project? It uses a custom version which is not necessary, it was just to try some stuff out.

asp3 commented 4 years ago

No, it occured inside a project that I am currently using

asp3 commented 4 years ago

however, i just ran the example project and that seems to give an error as well

zobeirhamid commented 4 years ago

@Messi10AP Thanks for the feedback. I will take a look in the next days.

zobeirhamid commented 4 years ago

@Messi10AP It should work now.