Skip to content

anchetaWern/RNOffline

 
 

Repository files navigation

RNOffline

A sample React Native app showing practical examples of how to make offline-friendly apps.

You can read the full tutorial here:

Prerequisites

Getting Started

  1. Clone the repo:
git clone https://github.com/anchetaWern/RNOffline.git
cd RNOffline
  1. Switch to your branch of choice:
  • starter - this is where you switch to if you're following part 1 of the series.
  • redux-persist-sample - contains the sample code for working with redux-persist.
  • master - contains the most recent version of the code.
  • starter-chat - contains the starter version of the chat app. This is the branch you switch to when following the second part of the series.
  • offline-friendly-chat - contains the final output for the whole series.
  1. Install the app dependencies:
yarn install
  1. Eject the project (re-creates the ios and android folders):
react-native eject
  1. Link the dependencies:
react-native link
  1. Run the app:
react-native run-android

Built With

Donation

If this project helped you reduce time to develop, please consider buying me a cup of coffee :)

Buy Me A Coffee

About

A sample React Native app showing practical examples of how to make offline-friendly apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published