LCRN EP8 – Food Delivery App – React Native UI

In this episode of “Let’s Code React Native” series, we are going to build a good looking Food Delivery App based on the design created by ILia on Dribbble.

Plugins

// React 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

// SVG
npm install react-native-svg

// iPhone X Helper
npm install react-native-iphone-x-helper

// React Native Maps
npm install react-native-maps --save-exact

// React Native Maps Directions
npm install react-native-maps-directions

Useful Links

Source Code

How to generate Google Maps API Key for Mobile App?

How to integrate Google Maps in React Native App?

5 thoughts to “LCRN EP8 – Food Delivery App – React Native UI”

  1. Hey can you tell us how to run your source code in local, i am unable to do it, could you please tell us the steps, it will be a great help
    Thanks

    1. Please run commands below:
      npm install
      npx pod-install
      npx react-native run-ios or npx react-native run-android

      You may refer to video. Thanks

Comments are closed.