Upgrade to SDK 32 gives warning "Require cycle:" for react-native-safe-area-view

Can I simply ignore the warning and will it show in production apps?

I am not explicitly using this module.

TIA

Dan

Hey @buxtonfringe,

Yeah, those warnings will not impact production. It looks like a PR was merged to address this though. Remove cyclic imports by gurglet · Pull Request #41 · react-navigation/react-native-safe-area-view · GitHub I believe with SDK33 this warning should no longer appear.

Cheers,
Adam

Many thanks!

Dan

1 Like

Happy to help!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.