Skip to content

Commit

Permalink
remove proptype error log from device screen.
Browse files Browse the repository at this point in the history
revert this commit once #6458
gets closed
  • Loading branch information
joaoloureirop committed May 24, 2023
1 parent 0bf8719 commit 63cd407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ LogBox.ignoreLogs([
'Module TcpSockets requires main queue setup',
'Module RCTSearchApiManager requires main queue setup',
'PushNotificationIOS has been extracted', // RNC PushNotification iOS issue - https://github.com/react-native-push-notification/ios/issues/43
// "ViewPropTypes will be removed from React Native, along with all other PropTypes. We recommend that you migrate away from PropTypes and switch to a type system like TypeScript. If you need to continue using ViewPropTypes, migrate to the 'deprecated-react-native-prop-types' package.",
]);

const IGNORE_BOXLOGS_DEVELOPMENT = process.env.IGNORE_BOXLOGS_DEVELOPMENT;
Expand Down

0 comments on commit 63cd407

Please sign in to comment.