Skip to content

Commit 1f68048

Browse files
committed
Updated README
1 parent 10da6c1 commit 1f68048

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ This is a working example project for Android and IOS.
55

66
## Setup Instructions-
77

8-
1. git clone https://github.com/bozzmob/React-Native-Alphabetical-ListView.git
9-
2. cd React-Native-Alphabetical-ListView
10-
3. npm install
8+
1. `git clone https://github.com/bozzmob/React-Native-Alphabetical-ListView.git`
9+
2. `cd React-Native-Alphabetical-ListView`
10+
3. `npm install`
1111

12-
If you are running on Emulator-
12+
*If you are running on Emulator-*
1313

14-
4. react-native run-android
14+
4. `react-native run-android`
1515

16-
If you are running on Phone-
16+
*If you are running on Phone-*
1717

18-
4. react-native start > /dev/null 2>&1 &
19-
5. adb reverse tcp:8081 tcp:8081
20-
6. react-native run-android
18+
4. `react-native start > /dev/null 2>&1 &`
19+
5. `adb reverse tcp:8081 tcp:8081`
20+
6. `react-native run-android`
2121

2222
## Screenshots-
2323

@@ -29,7 +29,9 @@ If you are running on Phone-
2929

3030
## Regards
3131

32-
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.
32+
Thanks to [@johanneslumpe](https://github.com/johanneslumpe) for this amazing [project](https://github.com/johanneslumpe/react-native-selectablesectionlistview) module.
33+
34+
This project mainly aims at creating a readily usable project using the module.
3335

3436

3537
###To Do-

0 commit comments

Comments
 (0)