React-Native key questions

JavaScript Related Questions Hoisting in JavaScript Var, let and const Temporal dead zone lexical scope Higher-Order Functions Functions that operate on other functions, either by taking them as arguments or by returning them, are called higher-order functions Shallow copy and Deep copy Difference B/W These functions Function Expression Function Declaration Function Statement Anonymous Function Named […]

person shubham sharmaaccess_time February 6, 2022launch Read More

React-Native Common Commands

To get the list of available emulator

  To open a emulator

  Listing all available simulators

  open -a Simulator

  Print log on Terminal

  React Devtools https://github.com/facebook/react-devtools/tree/master/packages/react-devtools   Reset Cache

  Update Dependency

 

  1. Clear watchman watches: watchman watch-del-all. 2. Delete the […]

person shubham sharmaaccess_time October 27, 2020launch Read More