Skip to content

Instantly share code, notes, and snippets.

@maiquealmeida
Created April 18, 2019 20:49
Show Gist options
  • Select an option

  • Save maiquealmeida/64653341a630c63fa9d76e730f574a46 to your computer and use it in GitHub Desktop.

Select an option

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.
// 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