chriscoomber
chriscoomber
Yep, that seems to work for me! Thanks a lot. I have one question though - it looks like if I define react Contexts outside of the ShadowDomWrapper, they're not...
To anyone (like me) with this issue who is still using `@expo/webpack-config` for web builds (i.e. you have a `webpack.config.js` file) (i.e. you've not [migrated to Expo Router](https://docs.expo.dev/router/migrate/from-expo-webpack/) after upgrading...
@m-bert Thanks for the quick response and the workaround - that seems to work! I'm happy for you to close, or keep open if there's more investigation to be done....
From googling, people seem convinced that all you need to get gradle to include `libc++_shared.so` in your APK is to add ``` externalNativeBuild { cmake { arguments "-DANDROID_STL=c++_shared" } }...
The attached video shows the camera start working after performing a workaround, without switching to HTTPS. This makes me think HTTP is not the issue.