Skip to content

Commit

Permalink
Merge pull request Expensify#4182 from Expensify/aldo-fix-readme-link
Browse files Browse the repository at this point in the history
Fix link to AsyncStorage documentation
  • Loading branch information
johnmlee101 authored Jul 26, 2021
2 parents 5c9046a + 5c15b0a commit 9265ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ This application is built with the following principles.
1. UI inputs push data to the server (React component -> Action -> XHR to server).
1. Go to 1
1. **Offline first**
- All data that is brought into the app and is necessary to display the app when offline should be stored on disk in persistent storage (eg. localStorage on browser platforms). [AsyncStorage](https://react-native-community.github.io/async-storage/) is a cross-platform abstraction layer that is used to access persistent storage.
- All data that is brought into the app and is necessary to display the app when offline should be stored on disk in persistent storage (eg. localStorage on browser platforms). [AsyncStorage](https://reactnative.dev/docs/asyncstorage) is a cross-platform abstraction layer that is used to access persistent storage.
- All data that is displayed, comes from persistent storage.
1. **UI Binds to data on disk**
- Onyx is a Pub/Sub library to connect the application to the data stored on disk.
Expand Down

0 comments on commit 9265ada

Please sign in to comment.