Skip to content

Instantly share code, notes, and snippets.

@minhajul-islam
Created December 3, 2019 11:18
Show Gist options
  • Select an option

  • Save minhajul-islam/c514e6523b8fed56478e49f688f7ebae to your computer and use it in GitHub Desktop.

Select an option

Save minhajul-islam/c514e6523b8fed56478e49f688f7ebae to your computer and use it in GitHub Desktop.
Increase Storage size
// 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