Created
December 3, 2019 11:18
-
-
Save minhajul-islam/c514e6523b8fed56478e49f688f7ebae to your computer and use it in GitHub Desktop.
Increase Storage size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // helpers/Storage.js | |
| import {createAsyncStorage} from '@react-native-community/async-storage'; | |
| const AsyncStorage = createAsyncStorage(100 * 1024 * 1024); | |
| export default AsyncStorage; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment