StasDoskalenko / react-native-google-fit

A React Native bridge module for interacting with Google Fit
MIT License
333 stars 209 forks source link

Possible to use Google Fit SDK version 20 without androidx support? #220

Closed gel-prog closed 3 years ago

gel-prog commented 3 years ago

As the title says, is it possible to have a project with no androidx support and still use the new version (20) of the google fit sdk?

aboveyunhai commented 3 years ago

I believe so. If you check the commit history. There some simple code relates androidX migration, it's just some simply library swap as far as I remember. You can revert the code back by yourself. But why?