Daniel

Results 32 comments of Daniel

Unsure if related, but I'm experiencing a _massive_ performance differential between iOS and Android. Currently using `native-base` 2.15.2 and fairly certain nothing else I've changed in my app could have...

Following up on my own comment here: after some investigation, I've discovered that performance degradation in my app has little to do with Native Base. In my particular case, things...

I ran a `git bisect` on my app until I isolated a commit that was clearly causing the problem. This left me with many, many commits with Native Base enabled...

Thanks for your response! Interesting, I see your argument for separating this functionality into a separate layer. In my head, though, some ORM's I've used elsewhere allow for models to...

I also rather like the `parse` pattern laid out in #50. I think the conceptual improvement made by my own changes is that, it feels unnecessary for each model to...

Semi-related to this thread: I'm also using Luxon with React Native and Hermes. I am seeing this timezone invalid issue, unfortunately. It _is_ solvable by using the @formatjs polyfills for...

Oh, amazing. You're a life saver @andreialecu!

Not a fan of me too comments, but... am just running into this myself, and spent the last hour searching for solutions. Seems like there isn't one yet :(? And...

I'm noticing something similar to this, and in my case I'm pretty sure the dots stay stuck if the Swiper is not initially visible in the view. Anytime the Swiper...

Ah, just kidding. It's because I was accidentally dynamically switching between a swiper with a single child to a swiper with many children. Seems like the number of children cannot...