project-anuvaad / Project-Saral

Project Saral should be viewed as an OCR-plus application that is capable of doing OCR and can also understand the structure of the physical input.
MIT License
0 stars 1 forks source link

React Native Standards #99

Open dileep-gadiraju opened 2 years ago

dileep-gadiraju commented 2 years ago

React Native Standards

navin9584 commented 2 years ago

start render component always with body content or body content

justjapann commented 2 years ago

You start importing react into your project with import React from 'react';, later you add export default function App(){ return()} in your project. Don't forget that inside the return(), all the body's content must be inside a mom element.