-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,7 @@ protected List<ReactPackage> getPackages() { | |
new ReactSliderPackage(), | ||
new ReactVideoPackage(), | ||
new SvgPackage(), | ||
new ReactAztecPackage(null), | ||
new ReactAztecPackage(null, null), | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mchowning
Author
Contributor
|
||
new LinearGradientPackage(), | ||
mRnReactNativeGutenbergBridgePackage); | ||
} | ||
|
At this point, those 2 nulls probably need a line comment for quickly understanding what they are about. Something like "null for the exception and breadcrumb loggers" or the like.