Misha Peric

Results 13 issues of Misha Peric

Hi there, How can I tell generators to generate files with 4 spaces? Thank you, Misha

feature
PRs open

Hi there, great & useful product. Just wondering when will OpenAPI version 3 will be supported?

Can WatermelonDB be used from Visual Studio extensions? Thanx

wontfix

I used previous version of Storybook with RN, now all reference from docs is removed? Does that mean Storybook does not support RN anymore? Thank you, Misha

When you share an image and go from screen to screen, then switch to another app, and then go back your app, image is hidden. This happens on Android.

android

There are some serious issues that will break this project very soon as RN versions go up. Is someone on top of this? Or this project needs maintainers?

**Describe the bug** Backdrop doesnt show on Android. **To Reproduce** I used basic given example. **Expected behavior** Black transparent backdrop should show. **Screenshots** ![Screenshot 2023-12-17 at 5 28 17 PM](https://github.com/lawnstarter/react-native-picker-select/assets/1238203/4b1fa822-d70b-4072-b036-4cdfaf84dafc)

@wonday Here is Kotlin code needed for Android installation: ``` // MainActivity.kt import android.content.Intent; import android.content.res.Configuration; override fun onConfigurationChanged(newConfig: Configuration) { super.onConfigurationChanged(newConfig) val intent = Intent("onConfigurationChanged") intent.putExtra("newConfig", newConfig) sendBroadcast(intent) }...

After every action you need to select the last action, it would be good if that happened automatically. Thanx

Welcome PR