maxs15 / react-native-spinkit

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

Linking while using other modules #64

Closed iBicha closed 6 years ago

iBicha commented 7 years ago

I think it is worth mentionning in the docs that manual linking is required if a module such as react-native-navigation is used

MossP commented 7 years ago

Why is that? If anything I think the docs should maybe just say..

react-native link react-native-spinkit

..instead of a generic link statement?

iBicha commented 7 years ago

For some reason linking fails and the android project doesn't build anymore, thus i had to do it manually

MossP commented 7 years ago

The linking fails in which module though, this one or in general? Does it work if you link with the line that I gave above? (Disclaimer, take a back up before you do it)

iBicha commented 6 years ago

I don't have enough details to reproduce this issue, I'll close it for now, feel free to reopen if this reoccurs.