Mobile Development- Using React Native - Lecture 13
Lecture Outcome:
At the end of the lecture, students will be able to know about
- Structure of RN App
# Lecture13
# REACT NATIVE BASICS PART TWO-
# Tags, Tag types, Tags Styles, Flex
# Strcuture of an RN App
React native does not ask you to have strict structure
## src === Source (all support code will be here)
## app will have an entry point ( a file which inits the app ), it will be out of src
# config === configuration (pre-made files to help us code)
- e.g (asi file/folder jis ka name "." sa shuru hota)
# NODE PRESETS === files that nodejs compiler needs
- e.g ( package.json, yarn.lock, package-lock.js,
node_modules)
## in an SRC Folder what should we have
- screens
- components
- services
- utils
- theme

0 comments:
Post a Comment