diff --git a/README.md b/README.md index 872fae7..772dcbf 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ This is a working example project for Android and IOS. ## Setup Instructions- -1. git clone https://github.com/bozzmob/React-Native-Alphabetical-ListView.git -2. cd React-Native-Alphabetical-ListView -3. npm install +1. `git clone https://github.com/bozzmob/React-Native-Alphabetical-ListView.git` +2. `cd React-Native-Alphabetical-ListView` +3. `npm install` -If you are running on Emulator- +*If you are running on Emulator-* -4. react-native run-android +4. `react-native run-android` -If you are running on Phone- +*If you are running on Phone-* -4. react-native start > /dev/null 2>&1 & -5. adb reverse tcp:8081 tcp:8081 -6. react-native run-android +4. `react-native start > /dev/null 2>&1 &` +5. `adb reverse tcp:8081 tcp:8081` +6. `react-native run-android` ## Screenshots- @@ -29,7 +29,9 @@ If you are running on Phone- ## Regards -Thanks to [@johanneslumpe](https://github.com/johanneslumpe) for this amazing [project](https://github.com/johanneslumpe/react-native-selectablesectionlistview) work. I am trying to run a fork of it and test how to make the same compatible with the latest React Native versions. +Thanks to [@johanneslumpe](https://github.com/johanneslumpe) for this amazing [project](https://github.com/johanneslumpe/react-native-selectablesectionlistview) module. + +This project mainly aims at creating a readily usable project using the module. ###To Do-