0
0
KKKhalid Khan
React Native Pure Component with Export
Library: react-native
Shortcut: reactnative.component.purewexports
import { StyleSheet, Text, View } from 'react-native'
import React from 'react'
const filename.ext = () => {
return (
<View>
<Text>filename.ext</Text>
</View>
)
}
export default filename.ext
const styles = StyleSheet.create({})