We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2ada7 commit 772fed9Copy full SHA for 772fed9
index.js
@@ -1,5 +1,5 @@
1
import {useMMKVStorage as useMMKV} from "./src/hooks/useMMKV"
2
-import { ACCESSIBLE, MODES } from 'react-native-mmkv-storage/src/utils';
+import { ACCESSIBLE, MODES } from './src/utils';
3
export const useMMKVStorage = useMMKV;
4
5
const Loader = require('./src/loader').default;
0 commit comments