What is the use of the render function in React Native Framework
Answers
Answered by
5
Answer:
Whatever a function component returns is rendered as a React element. React elements let you describe what you want to see on the screen.
Answered by
2
Answer:
Whatever a function component returns is rendered as a React element. React elements let you describe what you want to see on the screen.
Explanation:
Whatever a function component returns is rendered as a React element. React elements let you describe what you want to see on the screen.
Similar questions