https://github.com/pcmunoz/ombori-rn
https://github.com/pcmunoz/ombori-rn
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcmunoz/ombori-rn
- Owner: pcmunoz
- Created: 2019-06-08T13:33:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:37:27.000Z (over 3 years ago)
- Last Synced: 2025-01-21T10:51:22.100Z (over 1 year ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ombori React Native Code Test
What the test app should do:
* Display a custom loading component for 3 seconds that uses the [React Native Animated library](https://facebook.github.io/react-native/docs/animated.html)
* Fetch user data from https://reqres.in/
* Display those users in a scrollable view that lazy loads more users when you've reached the bottom of the list, if there are no more users to load it should indicate that there are no more users.
Limitations:
- No Test on iOS side as I don't have a Mac