frozencap
frozencap
Temp hack: ```js const recurShow = () => showMessage({ ... onHide: () => recurShow(), }); recurShow(); ```
Yes, programmatically. Use cases are: Network Disconnected, Active Voice/Video Call, Recording Voice Memo, Tracking Location, and many more related to state rather than notifications Opens up a whole slew of...
Seeing it as well, iOS only
there is literally a repro in the OP
any news
Any resolution to this? How did you guys fix it?
fixed it with this Expo mod plugin in Expo 49 ```js const config = { name: 'my-app' } const withJetbrainsKotlinGradlePlugin: ConfigPlugin = (config, _) => withProjectBuildGradle(config, config => { if...
bumping this
doesn't the share extension use the same url scheme? Can anyone provide a snippet merging `RCTLinkingManager` and `ShareMenuManager` in the `openURL` method? I'd bet >90% of `react-native-share-menu` already use `react-navigation`...
> Or you can just use `expo-build-properties` as follows: > > ```js > const config = { > expo: { > // ... > plugins: [ > [ > 'expo-build-properties',...