Skip to content

Commit

Permalink
Merge pull request #57 from revrng/patch-1
Browse files Browse the repository at this point in the history
NotificationPackage has no constructor parameter
  • Loading branch information
zetavg authored Aug 10, 2016
2 parents 5307c0d + 0beec93 commit a15c768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public class MainActivity extends ReactActivity {
@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new NotificationPackage(this) // <- Add this line
new NotificationPackage() // <- Add this line
);
}

Expand Down

0 comments on commit a15c768

Please sign in to comment.