mmazzarolo / breathly-app

A tiny breath training app built with React-Native
https://breathly.app
Mozilla Public License 2.0
521 stars 71 forks source link

Update AsyncStorage to use react-native-community/async-storage #2

Closed fabriziogiordano closed 5 years ago

fabriziogiordano commented 5 years ago

React Native will deprecate AsyncStorage and is recommenting to migrate over the community driven async-storage

mmazzarolo commented 5 years ago

Hey @fabriziogiordano , thanks for the PR 👍 I tried using community Async package a few weeks ago but it didn't had TS definitions yet... are they available now?

fabriziogiordano commented 5 years ago

Unfortunately TS definitions are not yet available for Community Async.

mmazzarolo commented 5 years ago

Done in #10