Mickael Lac
Results
2
comments of
Mickael Lac
Thanks a lot @LimAlbert ! It work
> In my case, > > android/app/build.gradle > > ``` > android { > ...other config.... > defaultConfig { > ...other config.... > multiDexEnabled true // } > } >...