Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
Assuming that your bottom footer is having height=80
To place it on the position above your bottom footer, you may:
<View style={{position: 'absolute', height:100, left: 0, right: 0, bottom: 80}}> <View style={{ flex: 1, flexDirection: 'row', alignItems: 'center', justifyContent: 'center' }}> <Text> Nice Job !</Text> </View> </View>i.e. Use position: 'absolute' and bottom: 80 [height of the footer]