From dcdf6d7971bbccf28eae7e58c340bf4dbadd387f Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 27 Jun 2018 09:52:51 -0400 Subject: [PATCH] MM-11052 Cherry-pick RN fix for Android keyboard emoji autocomplete (#1838) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecaef26f6..8b54e3810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14533,8 +14533,8 @@ } }, "react-native": { - "version": "github:enahum/react-native#d7aa4677f3290cb0650952782a797aea9729e47e", - "from": "github:enahum/react-native#text-0.55", + "version": "github:enahum/react-native#b295c057c20bf3432f339874965e14268410d70b", + "from": "github:enahum/react-native#mm", "requires": { "absolute-path": "^0.0.0", "art": "^0.10.0", diff --git a/package.json b/package.json index 6a5865064..ef2042227 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prop-types": "15.6.1", "react": "16.3.2", "react-intl": "2.4.0", - "react-native": "github:enahum/react-native#text-0.55", + "react-native": "github:enahum/react-native#mm", "react-native-animatable": "1.2.4", "react-native-bottom-sheet": "1.0.3", "react-native-button": "2.3.0",