[fix] add AppState to Babel plugin list

This commit is contained in:
Nicolas Gallagher
2017-09-12 15:46:27 -07:00
parent b7c8f00fcc
commit 8591bf7ce5

View File

@@ -5,6 +5,7 @@ const getDistLocation = importName => {
// apis
case 'Animated':
case 'AppRegistry':
case 'AppState':
case 'AsyncStorage':
case 'BackAndroid':
case 'Clipboard':