Biser Atanasov

Results 12 comments of Biser Atanasov

@netsesame2 Also had to do that to get it working. Should have worked it with just adding it to the main app module but who knows...

I too have cases where I have to open modals programatically w/o any buttons and I'm using all kinds of nasty workarounds. Any input on this issue is greatly appreciated.

`NULL_EVENT` does not work in my experience. I've also been using empty divs and what not, but definitely not optimal.

The entire react-native-rename package is rendered somewhat useless unless this is merged. Though I'd also suggest checking both .m and .mm to keep the change backwards compatible.

Please merge this PR and update NPM package. @gitim @calvinaquino

@ckalika Hey, It'd be hugely appreciated if you ever figured this out and wanted to share ^

I was in early stages of implementation so just decided to switch to tanstack query, which has it's own way of doing persistence.

I'm running into the exact same issue. Just to make sure we are doing the "right" thing, should `BABEL_ENV` be set to `release` as in the [comment above](https://github.com/expo/expo/issues/23297#issuecomment-1707858374), or should...

This is related to [this android issue with react-native-webview.](https://github.com/react-native-webview/react-native-webview/issues/428) There are multiple working solutions in the comments there. Also one of them I noticed is implemented in [this fork](https://github.com/dpwiese/react-native-canvas-charts/compare/master...AliZaib-Emumba:react-native-canvas-charts:master) could...