We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using <SafeAreaView> displays just a white empty screen
<SafeAreaView>
Embracing <ParallaxScroll> in <SafeAreaView> causes white screen
<ParallaxScroll>
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
A workaround, at least for the bottom space, is to use react-native-iphone-x-helper and do the following:
import { getBottomSpace } from "react-native-iphone-x-helper"; <ParallaxScroll style={{ flex: 1, marginBottom: getBottomSpace() }} />
Still, would be better if <SafeAreaView> worked as expected
Thanks for this... How about on orientation change?
No branches or pull requests
Issue details
Using
<SafeAreaView>
displays just a white empty screenSteps to reproduce
Embracing
<ParallaxScroll>
in<SafeAreaView>
causes white screenPlease specify which versions of the RN and ParallaxScroll
Affected platforms
The text was updated successfully, but these errors were encountered: