React Native Horizontal List Component
This is an assesssment exercise please don't use it as a react-native library, this code not production ready.
Table of Contents
Installation
- install rn-horizontal-list and its dependeices
npm install rn-horizontal-list --save
or
yarn add rn-horizontal-list
-
link
react-native-vector-icons
please refer to react-native-vector-icons installation guide -
link
react-native-linear-gradient
please refer to react-native-linear-gradient installation guide
Assessment App Example
; { return <Screen /> ; } ;