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 18a4a5b commit d68a48dCopy full SHA for d68a48d
website/docs/advanced/Jest-integration.md
@@ -21,7 +21,7 @@ You can use one of two ways to provide mocked version of `AsyncStorage`:
21
3. Inside that file, export `Async Storage` mock.
22
23
```javascript
24
-export default from '@react-native-async-storage/async-storage/jest/async-storage-mock';
+export * from '@react-native-async-storage/async-storage/jest/async-storage-mock';
25
```
26
27
### With Jest setup file
0 commit comments