Mobile Development- Using React Native - Lecture 20
Lecture Outcome:
At the end of the lecture, students will be able to know about
- Introduction to RN Styling, extensions and Packages
# RN Styling, extentions and Packages
💡 always do authenitc extentions in your vscode
## Packages
third party code that helps us in the working of our applications/softwares
the service for 3rd party we use is
npmjs.com (node pacakge manager )
npm will help us to install packages
https://reactnative.dev/docs/navigation
https://reactnative.dev/help#reactiflux-chat
💡 based on NODE we got EXPO(which is a package for RN to help us make mobile apps)
Electron
## how to install and make sure package is working
- npm install {{PACKAGE_NAME}} --{{flags}} ✅
- 3 things will be updated
-lock file updation
-node_module updation
-package.json updation 🏋🏽
- what happens in package.json
- 

0 comments:
Post a Comment