Buglife / react-native-buglife

A React Native wrapper for Buglife
MIT License
12 stars 12 forks source link

Import issue while installing for Android #6

Closed ArnaudRinquin closed 6 years ago

ArnaudRinquin commented 6 years ago

Small issue that was an easy fix for me: the imports in my main Application file where not right. I needed to change from:

screen shot 2018-01-24 at 22 53 07

to:

screen shot 2018-01-24 at 22 54 08
schukin commented 6 years ago

Thanks @ArnaudRinquin! I believe that old import in your main Application file was from an older version of react-native-buglife? (i.e. the version we helped you install, which wasn't quite ready for primetime ;) )

This shouldn't be an issue for anyone doing a fresh install of react-native-buglife, since the import wouldn't be there in the first place... But yeah, thanks for bringing this up, since it's useful for any others affected by it. 👍 👍

tldr; For anyone previously using a version of react-native-buglife lower than v0.1.8, you may need to update imports in any .java files referencing Buglife classes.