diff --git a/App.tsx b/App.tsx index e28989b..f767e02 100644 --- a/App.tsx +++ b/App.tsx @@ -1,9 +1,15 @@ import React from 'react'; +import { LogBox } from 'react-native'; import Navigation from 'navigation'; import GraphQLContext from 'context/graphql'; +// The 'ViewPropTypes' is not being used directly in this application, +// it's coming from some lib. So, it could be safely ignored +// ref: https://github.com/facebook/react-native/issues/33557 +LogBox.ignoreLogs(['ViewPropTypes will be removed']); + const App = (): JSX.Element => { return (