Posts by Antonio Celso Vieira • 3 points
1 post
-
0
votes2
answers40
viewsQ: Why does this component created with function not work?
Component creating with function, returns error import { React } from "react"; import { Text } from "react-native"; const Product = () => <Text>Product</Text>; export default Product;…