image background react-native not working

How To Use Full Screen background Image In React Native app

How To Use Full Screen background Image In React Native app

Full screen background image in React Native app app.js code import {ImageBackground,, SafeAreaView, StyleSheet, ScrollView, View, Text, Alert, Image, StatusBar, TextInput, Button, FlatList,} from ‘react-native’; const image = { uri: “https://reactjs.org/logo-og.png” }; return ( <ImageBackground…