Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bozzmob committed Dec 30, 2015
1 parent 10da6c1 commit 1f68048
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-

Expand All @@ -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-
Expand Down

0 comments on commit 1f68048

Please sign in to comment.