Skip to content

Commit

Permalink
Fix SmartLockPackager() call
Browse files Browse the repository at this point in the history
  • Loading branch information
giggsoff authored Aug 23, 2019
1 parent dc37570 commit 6946e9b
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 @@ -42,7 +42,7 @@ So `getPackages()` should look like:
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new SmartLockPackager(MainApplication.this),
new SmartLockPackager(),
//.....
);
}
Expand Down

0 comments on commit 6946e9b

Please sign in to comment.