Bruno Fantauzzi
Bruno Fantauzzi
It is a shame that is hasn't been officially fixed yet. There should be a new "inverted" prop to make the life of us who make "chat-like" components better. Inverted...
Up
Hi @numandev1, thanks for the contribution. This solution feels strange to me as the value 1 doesn't seem to take into consideration the device pixel ratio. I believe this solution...
Ty. I will merge this soon.
Just released it under 7.1.0. The conflict was messy to solve so I changed the code directly. I am closing this, although the fix is applied to the code.
The suggestion also allows all of the types to be in a single file, instead of dozens of files. This surely also fixes the issue with the IDE being slow...
It seems that ```cs void Awake() { Application.runInBackground = true; } ``` helps. But, I believe it would still allow this situation under some specific circumstances. Maybe there should be...
Sorry, I am still a beginner in C#/Unity (started less than a month ago) and i am not able to understand this or to provide a PR 😅
But, the thing is that Update(), that calls that dispatch, is only called when the app is focused. That's what GPT at least told me about the Update(), and that...
Thanks! I almost gave up on using this lib. This is better than https://github.com/kadiraydinli/react-native-system-navigation-bar because this later was making my screen bump/jump when changing color just after the splash screen.