zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

Is there a reason for multiDexEnabled? #1

Closed flyingmate closed 8 years ago

flyingmate commented 8 years ago

Usually multiDexEnabled increases android build time. does this library overflow the limit of method number of single dex compilation?

zetavg commented 8 years ago

Hmmm, right - it isn’t required to set multiDexEnabled for this package to work. It is there just because I’ve ran into that problem when I start writing this package - in another complex project.

I’ll move it to a hint section in the README. Thanks for your feedback! :smile:

flyingmate commented 8 years ago

Cool!