You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I wanted to thank you so much for this example, it save me sooo much time.
There is one thing that is needed for android, in app\build.gradle we need the following
android {
packagingOptions {
jniLibs.useLegacyPackaging = true
}
......
Also, I had to delete "owner" in app.json for it to work
The text was updated successfully, but these errors were encountered:
wahibimoh
changed the title
Thank you for!! small points for android
Thank you for this!! small points for android
Mar 1, 2023
First, I wanted to thank you so much for this example, it save me sooo much time.
There is one thing that is needed for android, in app\build.gradle we need the following
android {
packagingOptions {
jniLibs.useLegacyPackaging = true
}
......
Also, I had to delete "owner" in app.json for it to work
The text was updated successfully, but these errors were encountered: