Hi
Please add PROPS for OPACITY in BottomNavigation.
Opacity calculated from const opacity = this.state.tabs[index]; and substituted in style={[StyleSheet.absoluteFill, { opacity }]} which affects on all content and creates the blink/flash effect.
https://snack.expo.io/@avo/reactnavigation-issue
Thank you before hand
Hi
Please add PROPS for OPACITY in BottomNavigation.
Opacity calculated from
const opacity = this.state.tabs[index];and substituted instyle={[StyleSheet.absoluteFill, { opacity }]}which affects on all content and creates the blink/flash effect.https://snack.expo.io/@avo/reactnavigation-issue
Thank you before hand