Skip to content

Commit 67c37a1

Browse files
author
definitely_not_vlad
authored
Update README.md
1 parent 3bcb49f commit 67c37a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Which will link all native dependencies from the plugin, as well as add a direct
6868
protected List<ReactPackage> getPackages() {
6969
return Arrays.<ReactPackage>asList(
7070
...
71-
packages.add(new MapsPackage()); // <---- add this!
71+
packages.add(new CalendarManagerPackage()); // <---- add this!
7272
);
7373
}
7474

0 commit comments

Comments
 (0)