Git/Github is a very powerful version control management tool used by the developers to manage the source code of the projects. In this blog post, we have listed all of the basic Git commands along with the short description of their usage.
forwardDay: April 2, 2020
Introduction To React Native Mobile Application Development
The following are the points to create a simple React Native mobile application. Make sure NodeJS is installedInstall expo-cli, globally by running the command: npm install -g expo-cliIf you get an error while installing the expo-cli, run the command: npx expo init...
forward
forward