Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MoOx opened this issue Oct 7, 2016 · 2 comments
Open

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

MoOx opened this issue Oct 7, 2016 · 2 comments

Comments

@MoOx
Copy link

MoOx commented Oct 7, 2016

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)

@frostney
Copy link
Owner

frostney commented Oct 7, 2016

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. 😢

@hellsingblack
Copy link

@frostney the update is it done ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants