Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rupalpatel0008 authored May 9, 2018
1 parent 2a148d4 commit 55fed47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ protected List<ReactPackage> getPackages() {
}

```
### Extra installtion
## Android
## Extra installtion
### Android
* This plugin uses react-native-cordova internally. So you need to add it to your project too. Follow these steps to install react-native-cordova.
* Android:
* In `android/settings.gradle`
Expand All @@ -54,7 +54,7 @@ include ':react-native-cordova'
project(':react-native-cordova').projectDir = new File(settingsDir, '../node_modules/@remobile/react-native-cordova/android')
```

## Ios:
### Ios:
* TBD

## Usage
Expand Down

0 comments on commit 55fed47

Please sign in to comment.