Lucas Caldas Barbosa de Souza

Results 3 comments of Lucas Caldas Barbosa de Souza

Hi! I solve my problem by simple installing the 'deprecated-react-native-prop-types' library and importing the ViewPropTypes from there ``` -import {Linking, Platform, StyleSheet, View, ViewPropTypes} from 'react-native'; +import { Linking, Platform,...

Hello! This happened to me because of SafeAreaView. I solved it as follows: - I removed the SafeAreaView and used a View. - I used the useSafeAreaInsets hook like ```insets...

Sorry, I expressed myself badly. You can keep the SafeAreaProvider in your root component and wrap your RootNavigator with the SafeAreaView with flex 1. But, in your topmost component (in...