MM-11052 Cherry-pick RN fix for Android keyboard emoji autocomplete (#1838)

This commit is contained in:
Harrison Healey 2018-06-27 09:52:51 -04:00 committed by Elias Nahum
parent 5680988590
commit dcdf6d7971
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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",