adbayb / react-native-responsive

:package: The power of Media Queries now in your React Native project (ios and android) !
MIT License
349 stars 22 forks source link

Fix require cycle warning #11

Open kohkimakimoto opened 5 years ago

kohkimakimoto commented 5 years ago

I got a warning message Require cycle are allowed, but can result in uninitialized values. with react-native-responsive v1.0.2

image-for-react-native-responsive

This PR fixes the warning.