RYR Yaminiinyaminir.hashnode.dev·Aug 14, 2023 · 1 min readComponents used in react-nativeimport React from 'react'; import {View,Text,Image,StyleSheet,SafeAreaView,TouchableOpacity,BackHandler} from 'react-native'; function App(){ return( <SafeAreaView> <View><Text>Hello world!</Text></View> </SafeAreaView> ) } export default App;00
RYR Yaminiinyaminir.hashnode.dev·Aug 14, 2023 · 1 min readReact-nativecliAbout Stylesheet,al Stylesheet used for styling the elements in react-native alignItems brings items from left to right justify-Content brings items from top to bottom00