Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron authored Mar 7, 2019
1 parent 644fa86 commit d61a76e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,17 @@ Add the following lines to your `AppDelegate.m` file:

### Manual Linking on Android

Add the following to `app/build.gradle` within the
Add the following to `app/build.gradle` within the `dependencies { ... }` section

```
dependencies {
...
}
```
section

`implementation project(':react-native-quick-actions')`
```java
implementation project(':react-native-quick-actions')
````

Add `import com.reactNativeQuickActions.AppShortcutsPackage;` to your `MainApplication.java`

Also add `new AppShortcutsPackage()` within the

```
```java
public List<ReactPackage> createAdditionalReactPackages() {
return Arrays.<ReactPackage>asList(
...
Expand Down

0 comments on commit d61a76e

Please sign in to comment.