[add] AccessibilityInfo and DeviceInfo stubs

This commit is contained in:
Nicolas Gallagher
2018-05-20 08:16:42 -07:00
parent ff5a928a50
commit 206a236df2
6 changed files with 118 additions and 4 deletions
+3 -3
View File
@@ -63,13 +63,13 @@
"website"
],
"lint-staged": {
"packages/react-native-web/src/index.js": [
"node ./scripts/babel/createModuleMap.js"
],
"**/*.js": [
"prettier --write",
"git update-index --again",
"eslint"
],
"packages/react-native-web/src/index.js": [
"node ./scripts/babel/createModuleMap.js"
]
},
"prettier": {