SkillAgentSearch skills...

RNOffline

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

Install / Use

/learn @anchetaWern/RNOffline
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RNOffline

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

You can read the 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 :)

<a href="https://www.buymeacoffee.com/wernancheta" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated2y ago
Forks9

Languages

JavaScript

Security Score

60/100

Audited on Jan 5, 2024

No findings