im using react-native-sqlite-storage For database https://github.com/andpor/react-native-sqlite-storage
Now i have pre-populated-sqlite-database in .../www/ folder for both android & ios.
Now insert some data with query & get proper output of it in app. But now im delete database from /www folder but still its results are get in app. SO i think its create copy database of it.
how im get proper database path for this copy database file for both android & ios in react-native