vanita5 / mastodon-api

Mastodon API Client Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransformError on React Native

deguchi opened this issue · comments

Hello, Thank you for nice library.

I met TransformError on React Native.

Environment:
Mac OSX 10.12.4
node v7.7.1
React Native 0.43
https://facebook.github.io/react-native/docs/getting-started.html

import Mastodon from 'mastodon-api'

GitHub Logo

I tried to use Babel Latest preset and set "latest" to .babelrc.
but Error Message not changed.
https://babeljs.io/docs/plugins/preset-latest/

Please tell me any solution?
Thanks!

Thanks for your report.
I forgot to add my .babelrc to .npmignore. This should fix the error.