You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Yes, we need to remove the transformation here.
When I was started doing libraries for React Native, I assumed they should be transformed, but they really shouldn't. I've updated some of the my other libraries, but forgot about this one. 😢
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)
The text was updated successfully, but these errors were encountered: