React-Native key questions

DOM, Shadow Dom, Virtual DOM State and props What is StyleSheet.create()? StyleSheet.create() is a function that takes a plain JavaScript object and returns a StyleSheet object. Instead of creating a new style object every time, StyleSheet helps to create style objects with an ID which is further used to reference instead rendering it again. How […]

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