Peter Treitler

Results 14 comments of Peter Treitler

I noticed the same thing in my app. Loading times with several `get()` calls take longer by a factor of 8(!) on Android vs. iOS, leading to a total loading...

Unfortunately the queries are still slow for me. Tried firebase-bom v29.2.1 and v29.3.0. react-native-firebase is @14.7.0 I'm not sure if it's the same issue either, for me it doesn't just...

I noticed this too, but only on iOS, on Android the animation is smooth and a lot slower. I also tried setting a custom `layoutAnimationConf` with a longer `duration`, but...

Ran into the same issue after an update to `"react-native": "0.69.1"`. Now it is no longer a warning but an error: ``` ERROR Invariant Violation: ViewPropTypes has been removed from...

Seeing as this is now an error and no longer a warning: Can we please get this merged and fixed soon?

Also on Android loading times are significantly longer yet again compared to iOS. Possibly related to this bug in react-native-firebase: https://github.com/invertase/react-native-firebase/issues/5941

Same here. When editing an entry that I recently added via the JS SDK in the Flamelink App I get: >Save Unsuccessful The browser console shows `[Violation] 'setTimeout' handler took...

In my case the content is created in an Android app via `[email protected]`. Interestingly, downgrading the JS SDK to the previously used version (1.0.0-alpha.34) doesn't change anything either. So probably...

Possibly related: I also noticed that setting the content status (Draft / Review / Publish) stopped working: https://github.com/flamelink/flamelink-js-sdk/issues/183 When I add content with `status: "draft"` (or with the old workaround...

> > Possibly related: I also noticed that setting the content status (Draft / Review / Publish) stopped working: #183 > > When I add content with `status: "draft"` (or...