GithubHelp home page GithubHelp logo

Comments (8)

gurglet avatar gurglet commented on May 7, 2024 32

It's because index.js imports withSafeArea.js, which in turn imports index.js, leading to an import cycle.

You can suppress the warning until it's fixed with:

import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Require cycle:']);

from react-native-safe-area-view.

rogueturnip avatar rogueturnip commented on May 7, 2024 1

I'm seeing this issue also using react-native 0.57.0-rc.3. Did you find why this was occurring?

from react-native-safe-area-view.

Kennytian avatar Kennytian commented on May 7, 2024

@gurglet Thanks for your response. but I don't think ignore warnings it is a good way.

I saw you post a pull request, really hope can merge it asap.

from react-native-safe-area-view.

Kennytian avatar Kennytian commented on May 7, 2024

#41 close

from react-native-safe-area-view.

ningacoding avatar ningacoding commented on May 7, 2024

Thanks @gurglet , i can ignore visual warnings with
YellowBox.ignoreWarnings(['']);

they are useless since they are printed in console, thank you bro.

from react-native-safe-area-view.

Pratap22 avatar Pratap22 commented on May 7, 2024

@ningacoding Where do u placed the code??

from react-native-safe-area-view.

Pratap22 avatar Pratap22 commented on May 7, 2024

@gurglet Where to place those codes?

from react-native-safe-area-view.

ningacoding avatar ningacoding commented on May 7, 2024

@Pratap22 you can add that code in almost any place where your app is running, i placed the code in the App.js of the app. (the first js that runs) so it's globally added.

from react-native-safe-area-view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.