From 8591bf7ce52d585145b126f949eaed20547bf824 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 12 Sep 2017 15:46:27 -0700 Subject: [PATCH] [fix] add AppState to Babel plugin list --- babel/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel/index.js b/babel/index.js index cbc428a1..b3df5b07 100644 --- a/babel/index.js +++ b/babel/index.js @@ -5,6 +5,7 @@ const getDistLocation = importName => { // apis case 'Animated': case 'AppRegistry': + case 'AppState': case 'AsyncStorage': case 'BackAndroid': case 'Clipboard':