LCRN EP11 – Travel App – React Native UI

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

Starter Template

Full Source Code

How to generate Google Maps API Key for Mobile App?

How to integrate Google Maps in React Native App?

Maps Styling Wizard