AlbertBrand / react-native-android-tablayout

React Native Android TabLayout native component
140 stars 29 forks source link

Support rnpm #10

Closed lopezjurip closed 8 years ago

lopezjurip commented 8 years ago

Would be possible to automate the installation step with rnpm?

AlbertBrand commented 8 years ago

I thought that rnpm doesn't modify the MainActivity class. Then it would still be a 2-step installation. But I might be wrong, haven't tested it out yet.

mikewoudenberg commented 8 years ago

If you look at https://github.com/rnpm/rnpm#commands it should be possible in a postlink step.

AlbertBrand commented 8 years ago

I just tried out with a freshly inited project using react-native init example and after a npm i --save react-native-android-tablayout and then rnpm link react-native-android-tablayout it it fully linked, including the changes to MainActivity.java. I'll update the docs and remove my own installer in favor of rnpm.