react-intl-native icon indicating copy to clipboard operation
react-intl-native copied to clipboard

"babelHelpers typeof" issue when adding this package in my RN app

Open MoOx opened this issue 7 years ago • 2 comments

Hi,

From what I can see about this error, it's because the package is providing too much (unnecessary) transformations. I see that es2015 is used to transform this package.

Why is this transformed? I am new to RN (but not React & babel) and it seems that most package on npm are not transformed when published. Am I right by thinking we should remove some transformation here? (note that I am using RN 0.34)

MoOx avatar Oct 07 '16 10:10 MoOx