https://github.com/d-coder135/react-native-props
This repo contains codes covering some basic concepts of React-Native & JavaScript.
https://github.com/d-coder135/react-native-props
expo-cli javascript nodejs react react-native reactjs vscode
Last synced: about 1 month ago
JSON representation
This repo contains codes covering some basic concepts of React-Native & JavaScript.
- Host: GitHub
- URL: https://github.com/d-coder135/react-native-props
- Owner: D-Coder135
- Created: 2021-07-04T16:53:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T05:17:51.000Z (almost 5 years ago)
- Last Synced: 2025-04-21T19:50:32.475Z (about 1 year ago)
- Topics: expo-cli, javascript, nodejs, react, react-native, reactjs, vscode
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-Props
## A React-Native Hybrid Application inside which I have used the concepts of React-Native Props & Components.
### In this application, I have learned:-
- Props in React-Native.
- Different Components (Functional & Class).
- How to use another .js file (component) inside the main App.js file.
- How to use Image tag.
- require and uri property for the source attribute of the Image tag.
- Card tag from the package react-native-paper.