Simon Boisset
Simon Boisset
I'm also experiencing this issue. It seems impossible to set `type="submit"` on Tamagui Button components created with styled(View) for me. It should be good to allow setting button types explicitly...
Same issue for me with expo 51 and `app.config.ts` file iOS build was successfully completed but android failed. I must add a duplicated app.json config like this to fix it...
If it can help This fix with expo plugin is working for me: ```ts const withOpentokPlugin: ConfigPlugin = (config) => { const manifestConfig = withAndroidManifest(config, (newConfig) => { newConfig.modResults.manifest['uses-sdk'] =...