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