From d4e8b19e715d9aeb99ff5cdeee1babfabe05cda6 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Thu, 19 Jan 2017 07:31:08 -0800 Subject: [PATCH] Enable emoji in flow Reviewed By: gabelevi Differential Revision: D4428957 fbshipit-source-id: 487dbbb2512ff9dbd42e37fb81e14dfb8bea301b --- .flowconfig | 2 ++ local-cli/templates/HelloWorld/_flowconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.flowconfig b/.flowconfig index 3475e494d..f04935041 100644 --- a/.flowconfig +++ b/.flowconfig @@ -27,6 +27,8 @@ Libraries/react-native/react-native-interface.js flow/ [options] +emoji=true + module.system=haste experimental.strict_type_args=true diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 83881b932..c693a48ff 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -22,6 +22,8 @@ node_modules/react-native/flow flow/ [options] +emoji=true + module.system=haste experimental.strict_type_args=true