Skip to content Skip to sidebar Skip to footer

Can't Find Variable : "view"

beginners question. The error says it can't find a variable: 'View' I have written this code in order to integrate a design to my code but it is giving: 'can't find variable: View

Solution 1:

add view to the import like this:

import {StyleSheet,View} from "react-native" ;

Post a Comment for "Can't Find Variable : "view""