LA Historical Markers is an iOS and Android app for exploring Louisiana's Historical Markers. The mobile app is built in Expo and the back-end is a combination of Azure Functions, MSSQL, and Azure Storage.
For Android 11/SDK 30, you must declare in advance which apps you plan to query. I'm currently unsure of how to do that in Expo, since we don't have access to the AndroidManifest.xml directly. This will require some investigation.
Until Expo supports the new Android Manifest bits, there's not much we can do here. I'm going to bump this back into the backlog. May eventually move it to a future 1.4.x release.
For Android 11/SDK 30, you must declare in advance which apps you plan to query. I'm currently unsure of how to do that in Expo, since we don't have access to the
AndroidManifest.xml
directly. This will require some investigation.