Style in React Native | Style Type
App.js: - import React , { useState } from 'react' ; import { Text , Button , View , StyleSheet } from 'react-native' ; import Exstyles from './exStyles' ; const App = () => { return ( < View > < Text style = { { fontSize : 30 , backgroundColor : 'green' } } > Style in react native </ Text > < Text style = { styles . textBox } > Style in react native </ Text > < Text style = { styles . textBox } > Style in react native </ Text > < Text style = { Exstyles . textBox } > Style in react native ...


































































Comments
Post a Comment