InterviewSolution
Saved Bookmarks
| 1. |
What does StyleSheet.create do?What are refs in React Native? |
|
Answer» The STYLESHEET.create function in React Native is used for the following:
Short FORM for “reference”, Refs are used to access underlying DOM nodes or React elements within a React component. |
|