Setting a timer for a long period of time, i.e. multiple minutes

前端 未结 14 1276
面向向阳花
面向向阳花 2020-12-02 12:23

I want to use firebase auth with react native for Login and Signup but I got a yellow error:

Setting a timer for a long p

14条回答
  •  忘掉有多难
    2020-12-02 12:32

    Just add these two lines

    import { LogBox } from 'react-native';
    
    LogBox.ignoreLogs(['Setting a timer']);
    

提交回复
热议问题