0
0
KKKhalid Khan
New component in react native + Style
Library: react-native
Shortcut: react.native.componentwithstyle
import { Text, StyleSheet, View } from 'react-native'
import React, { Component } from 'react'
export default class filename.ext extends Component {
render() {
return (
<View>
<Text>filename.ext</Text>
</View>
)
}
}
const styles = StyleSheet.create({})