In this repository you will find a custom screen transition for React Native apps where we scale the button in order to give the impression that the button transforms into a screen.
For iOS:
yarn install
cd ios && pod install
cd ..
react-native run-ios
For Android:
yarn install
react-native run-android