2

Well, I'm developing an android application with React Native, and I decided to use SQLite as a database

On the site 'https://github.com/andpor/react-native-sqlite-storage' it explains a bit of how to use SQLite with react-native, the problem is that I work with a Windows operating system computer.

I'm following all the steps of the site, but when I get into 'Setting up your project to import the pre-populated SQLite database from iOS application', I'm confused as I'm developing an Android application, and it teaches only for iOS.

I wonder if it has a way of doing the same thing for Android. Can you help me?

jvrodriguesx
  • 271
  • 2
  • 4
  • 12
  • Does this answer your question? [How do I create/open a database in Android?](https://stackoverflow.com/questions/10052544/how-do-i-create-open-a-database-in-android) – Jony Oct 23 '22 at 17:04

1 Answers1

1

If you are using android then you can jump directly to Opening a Database.

As the documentation says, the step you are stuck in is for iOS only.

atlanteh
  • 5,615
  • 2
  • 33
  • 54