Ali Oguzhan Yildiz

Results 42 comments of Ali Oguzhan Yildiz

Thanks for the response, I can't see any reason to NOT to use it for my project except Push handling. Is there any method for it right now? or we...

Got it. But it looks like `OneSignal` already supports both Android and iOS. They referred [this library](https://github.com/geektimecoil/react-native-onesignal) in their official documentation. I did not try it yet, but looks promising....

In project wide strings, you already used '_' symbol to translate them. All we need to create locale folder. But in output file ( xx hours yy minutes etc) which...

Hi, thanks for pointing this out! Yes, when the value is set by the external prop it shouldn't be changed via the user action. I will look into that deeply....

Please help me to find the way here: 1. If the `value` prop is passed, we shouldn't change it anyway, right? 2. This is for `view mode` I believe. What...

Yes. I will look into it again based on the feedback from @Nogias9x

I am closing this as `won't fix`. i don't have time to fix this for now. I am open to pull requests.

Same here. I both configured this on provider and hook levels but it does not include the params does not exists in the config map. I am generating some filter...

I got the same warning when upgraded my app from `48` to `49` today. The warning appears when I changed the orientation. Here is the environment info: ``` expo-env-info 1.0.5...

Here is where I stand after some digging: The `expo-screen-orientation` package somehow expects us to use the `orientationChange` listener. It shouldn't, but it does. I don't know why. Here is...