Jun
24
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:
1 |
react-native init ProjectName |
Here is my Read more