Skip to main content

4 posts tagged with "tutorial"

View All Tags

Building custom transitions with react-native-screen-transitions

· 9 min read
Ed
React Native Screen Transitions

There are a few ways to make an app feel more alive, and I'm a big believer that motion is one of them.

Most people already know their OS animations by muscle memory. That's why a custom transition can land so well: used in the right place, it breaks the routine just enough to make a flow feel intentional.

react-native-screen-transitions is a React Navigation transition toolkit for flows that need more control over navigation motion. In this article, we'll recreate an iOS-style page transition, then build up to a bounds-driven navigation.zoom() flow.

Bottom Tabs meet Native

· 5 min read
Oskar Kwaśniewski
Oskar Kwaśniewski
Callstack

This is a guest post by Oskar Kwaśniewski, creator of react-native-bottom-tabs, a library exposing native tab primitives that integrates with React Navigation. If you like this guide, check out the react-native-bottom-tabs documentation for more!

This blog post will explain the differences between the JavaScript Bottom Tabs navigator and provide a step-by-step guide for integrating React Navigation with the Native Bottom Tabs Navigator.