larsvinter / react-native-awesome-button

A button React Native component supporting showing different states with animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-awesome-button breaks RN because of package.json dependency on RN

dannyshisler opened this issue · comments

I've just tried installing react-native-awesome-button from npm and it breaks RN (v0.47.x) because it references react-native in the Package.json file.

This is the same reason as this issue:
facebook/react-native#14302

The version of the package.json file commited by @saas-plat on Mar 5 which fixes this issue hasn't been published to npm. Is this update going to be published?

Bump on this please.

I fixed this issue in my pull-request. You can use npm i git+https://github.com/jurahalas/react-native-awesome-button -- save or open https://github.com/jurahalas/react-native-awesome-button

This problem should be fixed by now it has broken my current project :(

Hi, @larsvinter, are you planing to keep maintaining this lib?