-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require cycle warnings with React Native 0.57.0 #3282
Comments
I am getting the same warnings on RN 57 with my own screen components.
Stack:
|
@aksonov Pls bump the React-navigation version. The latest version depends on a newer version of react-native-safe-area-view with this issue fixed |
@thedjinn I removed cyclic dependency for NavBar. Please check updated examples/react-native. If it works for you, you may use current master. |
Should be solved within master, will release shortly |
Version
Tell us which versions you are using:
Actual behaviour
When importing
react-native-router-flux
in my React Native 0.57 project I get 4 warnings about require cycles. It's working fine but these log messages are spammy because they reappear during (hot) reloading.Steps to reproduce
Use React Native 0.57 and import the
react-native-router-flux
package:The text was updated successfully, but these errors were encountered: