DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
kylessg profile image
Kyle Johnson

TD: I mainly focus on functionality and leave interaction design to colleagues. However I consistently use Lottie in production.

  1. Yeah, the bridge is quite slim and regular Lottie is solid.
  2. The limitation I guess comes down to the fact that it's compiled down to JSON. Technically you can edit this JSON in realtime to adjust colours (I've done this for example with loaders that needed dynamic colours). It's mainly that it'd be tedious to build big customisable components when you're using minified JSON as the animation.
  3. No.