React Native

Common Issues With React Native Part – 2

In this tutorial, we are going to discuss 2nd part of common issues with React Native which is “Common Issues With React Native Part – 2”. So today we pick the topic. Error Topic – Specs satisfying the `react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)` dependency were found, but they required a higher minimum deployment target. Error Example –…

Magento

Magento 2.x Command short hand code

Dear developer, here’s some of the short hand command for Magento 2.x , which use mostly during development: Setup upgrade Command (if add/remove any module): php bin/magento s:up Enable All Cache: ​​​​​​php bin/magento c:e Static Content Deploy (if change in any UI file): php bin/magento s:s:d di Compile: php bin/magento s:d:c To Clean “var” folder:…