-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch @react-native-async-storage/async-storage@2.2.0
for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/@react-native-async-storage/async-storage/lib/module/index.js b/node_modules/@react-native-async-storage/async-storage/lib/module/index.js
index 6ad9280..e0ae1f7 100644
--- a/node_modules/@react-native-async-storage/async-storage/lib/module/index.js
+++ b/node_modules/@react-native-async-storage/async-storage/lib/module/index.js
@@ -1,6 +1,6 @@
"use strict";
-import AsyncStorage from "./AsyncStorage";
-export { useAsyncStorage } from "./hooks";
+import AsyncStorage from "./AsyncStorage.js";
+export { useAsyncStorage } from "./hooks.js";
export default AsyncStorage;
//# sourceMappingURL=index.js.map
\ No newline at end of file
This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
No labels