Filippo Zanfini
Filippo Zanfini
Any update about this?
Any news about it?
Any update about it?
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