React Native Fiber — a starter kit focused on animations

William Candillon
codeburst
Published in
3 min readDec 4, 2017

--

Fiber is an iOS and Android React Native theme heavily focused on animations. Inspired by Fiber from Framer.

Update: There is now a version of Fiber with Firebase support available here.
And you can check it out using expo here.

I’m a strong believer that premium starter kits written in React Native are the fastest way to bootstrap a new project that works on both iOS and Android. And I’ve always been looking to implement a variety of use cases. For instance Ting, inspired from Airbnb is well suited for developing online marketplaces and hospitality service apps. Next, I really wanted to provide a kit that is heavily focused on React Native animations and implemented: Fiber. This new starter kit is the implementation of the Fiber UI kit from Framer.

Fiber has been written using es6 and flow annotations for type checking. The visual design can easily be customized and all aspects of the app are implemented: from navigation to data management. You can try it out using this expo link.

Please send us your feedback and, in the meantime, Happy Hacking 🎉.

--

--