Category: Uncategorized

Richard Baldwin's Technical Blog

React Native Lottie Repository on Github

Issues Getting Started with Lottie in React Native

Issues Getting Started with Lottie in React Native The promise of Lottie is almost too good to be true: beautiful animations requiring 1/6th the normal processing oomph. What’s not to love? I’d suggested using Lottie in a project at work, but we ended up resorting to plain old gifs instead because the iOS dev was…
Read more

React Native ScrollView Shows Scroll Indicator in Middle of Screen

There’s a bug in React Native that sometimes shows the scroll bar in the middle of the screen when you use ScrollView. It looks something like this: It took me a lot of scouring of the internet to find a solution to this one that works, but here it is: Change your ordinary To include…
Read more