maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

Fix link and Android multiple spinner issue #39

Closed wkh237 closed 7 years ago

wkh237 commented 8 years ago

Hi @maxs15 , I'm sorry that took so long, I'm quite busy in these days.

This PR contains 2 changes :

  1. React Native has merged rnpm into itself in 0.29, as such projects > 0.29 should use react-native link instead of rnpm link to properly link the library. I've also changed the instructions in README.md, please help improve it if needed.

  2. Fix the issue #31 , the Android native implementation has changed, it should work properly now.

spinners

maxs15 commented 7 years ago

Awesome @wkh237 ! :) Sorry for the delay, vacations ;) Going to merge it now