In this episode of “Let’s Code React Native” series, we are going to build a beautiful Travel app based on the design created by Micheal on Dribbble.
Plugins
// Navigation
npm install @react-navigation/native react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view @react-navigation/stack @react-navigation/bottom-tabs
// Slide Up Panel
npm install --save rn-sliding-up-panel
// Maps
npm install react-native-maps --save-exact
Links
How to generate Google Maps API Key for Mobile App?