ammarahm-ed / react-native-actions-sheet

A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
https://rnas.vercel.app
MIT License
1.41k stars 119 forks source link

Can't turn off WARN console logs #370

Open richardshaw700 opened 4 weeks ago

richardshaw700 commented 4 weeks ago
 WARN  (ADVICE) View #3519 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.
 WARN  (ADVICE) View #3519 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.

These logs show up every time I open a sheet which has completely cluttered up my terminal. Console is difficult to read now making front-end debugging a nuisance.