We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9e7c8 commit 165e22eCopy full SHA for 165e22e
package.json
@@ -37,11 +37,11 @@
37
"release": "npmpub"
38
},
39
"devDependencies": {
40
- "bs-platform": "^5.2.0",
41
- "husky": "^1.3.0",
42
- "lint-staged": "^10.1.1",
+ "bs-platform": "^8.0.0",
+ "husky": "^4.0.0",
+ "lint-staged": "^10.0.0",
43
"npmpub": "^5.0.0",
44
- "prettier": "^1.18.0"
+ "prettier": "^2.0.0"
45
46
"prettier": {
47
"trailingComma": "all",
src/ReactNativeAsyncStorage.re
@@ -45,4 +45,4 @@ type asyncStorageState = {
};
[@bs.module "@react-native-community/async-storage"]
48
-external useAsyncStorage: string => asyncStorageState = "useAsyncStorage";
+external useAsyncStorage: string => asyncStorageState = "useAsyncStorage";
0 commit comments