SyntaxFix
Write A Post
Hire A Developer
Questions
An another easy solution:
<Image source={require('../assets/background.png')} style={{position: 'absolute', zIndex: -1}}/> <View style={{flex: 1, position: 'absolute'}}> {/*rest of your content*/} </View>