#React Native Alphabetical ListView
This is a working example project for Android and IOS.
git clone https://github.com/bozzmob/React-Native-Alphabetical-ListView.git
cd React-Native-Alphabetical-ListView
npm install
If you are running on Emulator-
react-native run-android
If you are running on Phone-
react-native start > /dev/null 2>&1 &
adb reverse tcp:8081 tcp:8081
react-native run-android
Thanks to @johanneslumpe for this amazing project module.
This project mainly aims at creating a readily usable project using the module.
###To Do-
- Enhance the alphabetical list view to add more features