Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 309 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 309 Bytes

offlineMovies

a sample react-native app that retrieves movies from an api and caches the result offline. It makes use of AsyncStorage to do so. This is a network-first approach, whereby the app prefers to retrieve fresh data from the network and only goes to the cache if it's unable to access the network.