McFly78

Results 3 comments of McFly78

Found a workaround updating v3.4.2 Header.js component (/node_modules/react-native-elements/dist/header/Header.js) Header flickering issue is coming from react-native-safe-area-context. Some links about this issue: https://github.com/th3rdwave/react-native-safe-area-context/issues/219 https://github.com/th3rdwave/react-native-safe-area-context/issues/175 https://github.com/th3rdwave/react-native-safe-area-context/issues/114 Workaround: I use useSafeAreaInsets instead of SafeAreaView....

@mourner @ted-piotrowski Wow !!!! Thank you It's Awesome !!! Do you you know if it is possible to change the opacity or the color of shadows ? Opacity parameter is...

@ted-piotrowski Thanks so much ! It's great, It's working really fine !