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
can we contact in whatsapp
You may contact us via email.
Thanks
Thanks, I think.
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
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