Adds polyfill for localstorage using async storage
npm install react-native-localstorage-polyfillnpm install @react-native-async-storage/async-storagenpx pod-installreact-native link @react-native-async-storage/async-storageSimply import react-native-localstorage-polyfill in the root of your app
import 'react-native-localstorage-polyfill';localStorage.setItem('key', 'value');
localStorage.getItem('key');See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT