DEV Community

Leul Ayalew
Leul Ayalew

Posted on

What is the best way to develop a offline first application in React Native?

Offline applications is a feature that permits the user to access mobile apps without the Internet.

On my requirement, I would like to create an app that allows users to save data such as pictures and videos while they are offline and upload them when they connect to the internet.

What is the best way to achieve my goal, and what are my data storage options?

Top comments (1)

Collapse
 
dezudas profile image
Dijup Tuladhar

I need the answer for the same, my case is much simpler I need just for text. I am confused with the use of react query.