Created
April 18, 2019 20:49
-
-
Save maiquealmeida/64653341a630c63fa9d76e730f574a46 to your computer and use it in GitHub Desktop.
Desativa a notificação sobre a extração do AsyncStorage do core do React-Native.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Insira isto no index.js ou no App.js | |
| import {YellowBox} from 'react-native'; | |
| YellowBox.ignoreWarnings(['Warning: Async Storage has been extracted from react-native core']); // <- insert the warning text here you wish to hide. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment