Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updating path
  • Loading branch information
ccfiel authored Jan 26, 2019
1 parent cb7545c commit 2920232
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Updating react-native-camera modules

```terminal
cd ~
nano Projects/tailpos-mobile/node_modules/react-native-camera/android/build.gradle
nano Projects/tailpos/node_modules/react-native-camera/android/build.gradle
```

Updating react-native-maps modules
Expand All @@ -159,7 +159,7 @@ Updating react-native-maps modules

```terminal
cd ~
nano Projects/tailpos-mobile/node_modules/react-native-maps/lib/android/build.gradle
nano Projects/tailpos/node_modules/react-native-maps/lib/android/build.gradle
```


Expand All @@ -168,15 +168,15 @@ Updating react-native-bluetooth-serial modules

```terminal
cd ~
nano Projects/tailpos-mobile/node_modules/react-native-bluetooth-serial/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java
nano Projects/tailpos/node_modules/react-native-bluetooth-serial/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java
```


Building tailpos

```terminal
cd ~
cd Projects/tailpos-mobile
cd Projects/tailpos
react-native run-android
```

Expand Down

0 comments on commit 2920232

Please sign in to comment.