UNPKG

@wisiendot/expo-unlimited-secure-store

Version:

An 'unlimited' secure store engine for expo projects, also compatible with redux-persist. (Expo's SecureStore was limited to 2KB in SDK v33)

6 lines (4 loc) 141 B
export const replacementCharacter = '_'; export const replacer = (string, char) => { return string.replace(/[^a-z0-9.\-_]/gi, char); };