Skip to content

Commit

Permalink
Add comment explaining "null" loggers for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed May 25, 2020
1 parent 0ed2b48 commit 5065bce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ protected List<ReactPackage> getPackages() {
new ReactSliderPackage(),
new ReactVideoPackage(),
new SvgPackage(),
// passing null because we do not need log handlers in the demo app
new ReactAztecPackage(null, null),
new LinearGradientPackage(),
mRnReactNativeGutenbergBridgePackage);
Expand Down

0 comments on commit 5065bce

Please sign in to comment.