Kutsan Kaplan

Results 103 comments of Kutsan Kaplan

I'm still encountering this issue with Expo 52 and the latest version of this package. The problem occurs on both iOS and Android builds.

Thank you so much, Doron, you're amazing! I really appreciate all your efforts over the years. Honestly, at this point we should have transferred the plugin to your account. 😃...

@gabor Could be like a normal `.js` file that exports a JavaScript object (`module.exports = {/* options here */}`) like ESLint and Webpack did.

In any case I think the icon should be set via a config option. `kitty` terminal emulator handles this very well, you can simply place your desired icon at `~/.config/kitty/kitty.app.icns`...

We ended up implementing a solution that rechecks permissions using [AppState](https://reactnative.dev/docs/appstate). ```typescript import { Camera } from 'expo-camera' import * as ImagePicker from 'expo-image-picker' import * as Notifications from 'expo-notifications'...

I'm looking forward to this. Will there be any further development on this PR? It seems like it has been abandoned.

That's great. Thanks for the update!

I'm not self-hosting but I'll try to run and test it locally when I have time. Thanks!

Can we merge #1732 as a workaround until we find a more stable solution?