Filippo Zanfini

Results 8 comments of Filippo Zanfini

Any updates on this?

Please merge this @ntotao @wanasit 🙏

Locally I managed to make it work like this: ``` repositories { mavenCentral() flatDir { dirs 'libs' } } ``` ``` dependencies { implementation project(':expo-modules-core') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}" implementation files("libs/filename.aar") //...

I found a solution for production build with EAS! 🥳 1. In the Expo Module, inside `android` folder, add a `lib` folder with the `.aab` file 2. In the Expo...

I mean the android folder of the app. Yes, this is just a workaround, waiting for an official solution