expo-local-authentication

Hi,

I’m trying to use expo-local-authentication with unimodules in our bare react-native project and I’m currently facing a problem where expo-local-authentication doesn’t seem to have the migrated files to support AndroidX which seems to be already in github repo since September (https://github.com/expo/expo/blob/master/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationModule.java).
Are you planning to release new version, or is it possible to get latest github version of the library with unimodules so I can attempt to build the project? iOS side of the project compiles just fine.

Thank you for your help.

Hey @lochness42,

We plan on releasing AndroidX compatible versions in the future, but for now you’ll have to jetify on your own jetifier - npm

Cheers,
Adam