dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 649 forks source link

[Build Error] project didn't build #230

Closed sqlProvider closed 7 years ago

sqlProvider commented 7 years ago

Please check this error.

image

kozillla commented 7 years ago

have the same issue, as a work around you can delete .babelrc file from react-native-swipeout

vysotsky commented 7 years ago

@kozillla thanks, it worked pretty cool for me! Can you please explain what's going wrong with it?

hushicai commented 7 years ago

.babelrc break something...

Couldn't find preset \"es2015\" 
hironarita commented 7 years ago

I'm also getting this issue.

sytolk commented 7 years ago

Remove ^ from versions and fixed like that :)

"rc-swipeout": "2.0.1",
"react-native-swipeout": "2.2.2"

BUILD SUCCESSFUL

Total time: 1 mins 47.842 secs

the problem is in version 2.3.0 and commit: https://github.com/dancormier/react-native-swipeout/commit/f6d0fbce263197b2b3865cf2fc122c694ae07f41

almirfilho commented 7 years ago

.babelrc file should not be shipped to NPM. I'm going to make a PR to fix this.

jasdeepsingh commented 7 years ago

have the same issue.

silentcloud commented 7 years ago

Fixed in 2.3.1