Misha Peric
Misha Peric
Hi there, How can I tell generators to generate files with 4 spaces? Thank you, Misha
Hi there, great & useful product. Just wondering when will OpenAPI version 3 will be supported?
Can WatermelonDB be used from Visual Studio extensions? Thanx
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.
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** 
@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