Expo version: 45 Using Stack Navigation and Native Base. I am using props but I am getting this warning. Why I am getting this warning?
Native Base hasn't update their source code to include the migration to deprecated-react-native-prop-types
. You can read more about it here https://github.com/facebook/react-native/issues/33557
You can add the following snippet at the start of your app (probably App.js) to suppress the warning for now.
import {LogBox} from "react-native";
LogBox.ignoreLogs([
"ViewPropTypes will be removed",
"ColorPropType will be removed",
])
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With