zobeirhamid / react-native-scrollable-navigation-bar

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

setTranslucent is only available on Android #8

Closed hirbod closed 4 years ago

hirbod commented 4 years ago

https://github.com/zobeirhamid/react-native-scrollable-navigation-bar/blob/f9792eeead18322298b2046ff90897fac856fa9f/src/constants.js#L4

Should be wrapped around a Platform.OS === "android" statement (It's a no-op but throws a yellow warning)