Most React Native apps open screens instantly.
Google's Pixel Launcher does something much more interesting: the new screen expands from the icon that was tapped.
In this tutorial, we'll recreate that behavior using react-native-pixel-launch.
Installation
npm install react-native-pixel-launch











