Learn React-native basics

Before start programming on react-native, we have to understand the basics of react-native like React-native folder structure, imports, methods React-native from basics, folder structure, code structure, imports, methods To create new project use following command: react-native init ProjectName   Here Read more