ez-net-app
ez-net-app copied to clipboard
EZ Net is an application developed for rural internet users which are not tech savy and shows interest in the internet and the resources it has.
Fixes issue #44 For offline loading, local caching in the form of 'AsyncStorage' has been added in this PR. @agentmilindu pls review this change and merge.
we need to add a debounce from lodash to navigate once
Integrate with Firebase to fetch data from Firebase.
Fast summary === This PR resolves #45, resolves #47, closes #48 and finally resolves #51. Code base update: - [x] `` -> `` - [x] Moved images from `img` to...
#### How to reproduce Simply build the app and run it. Then double (or triple or anything higher than once) tap a category (there is only one as of now)...
#### How to reproduce Build the app and run it in an AVD (I used a Nexus 5). When you tap on a category and go into its DetailsScreen and...
Hi all, Just downloaded the latest APK, thanks everyone for the great work till now. To do a quick user testing, can I get few more of the category loaded?...
## What's the problem? It takes some time for the app to fetch images from Firebase. But it's **really** annoying to wait for it when launching EzNet - **ALWAYS**. We...
I added a new Site under "Cooking" category, but the app does not show this site yet. I tried closing the app and starting again, but still the same.
- React propTypes is obsolete in the latest versions of react native. Therefore, i'd suggest to remove all such instantiations. - Bringing all the images and styles in a single...