I have a react-native app that uses the react-native-sqlite-storage plugin to store user data. Is there an easy/automated way to transfer the data stored to a new version of this app written entirely in java/android, using the Room Persistence Library?

0

There are 0 best solutions below