Cretezy / redux-persist-expo-securestore

redux-persist storage for Expo's SecureStore
MIT License
74 stars 28 forks source link

deleteItemAsync not working #19

Open yousss opened 3 years ago

yousss commented 3 years ago

import * as SecureStore from 'expo-secure-store';

"expo": "~39.0.2",

const removeToken = async () => { console.log('rest1') await SecureStore.deleteItemAsync('userInfo') console.log('rest2')

}

bleedingAyush commented 3 years ago

Dude you don't need to use this package at all. Just go to the main repository and copy the two files index.d.ts and index.js and then make a folder name redux-persist-exposecurestore and then use it.