In this article, we learn about react-native styling view, flex dimensions, flexbox layout and how to use these using these components you can design awesome UI. All components in react-native accept common props called style React native view In react native all components must be displayed inside View, without view we…
Read MoreCategory: Beginner
Learn React-native basics
Beginner React-native
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 is my React-native folder structure Android folder:- This folder contains…
Read More