I\'m trying to get a transparent overlay sliding down in an app, pretty much like this here (all/filter-by):
Maybe better use ImageBackground-Component.
ImageBackground
import {View, ImageBackground, Text} from 'react-native'; const styles = StyleSheet.create({ }); ... CHILD OF IMAGE_BACKGROUND ...