https://github.com/sameer-j/learnrn
Learning repo
https://github.com/sameer-j/learnrn
hacktoberfest
Last synced: about 1 year ago
JSON representation
Learning repo
- Host: GitHub
- URL: https://github.com/sameer-j/learnrn
- Owner: sameer-j
- Created: 2021-06-02T15:51:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T05:37:53.000Z (about 3 years ago)
- Last Synced: 2025-01-03T15:29:40.041Z (over 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 932 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn RN
_A personal react native learning project_
- [Questions](./learnNotes/questions.md)
- [Notes](./learnNotes/rnNotes.md)
- [Some Day](./learnNotes/some-day.md)
- [ES-Lint Cheatsheet](./learnNotes/eslint-cheatsheet.md)
## Examples in this repo
Run the example app in this repo using `yarn android`.
Corresponding code is the `src` folder, start with `src/modules/learn/index.js` file.
- ### Learn Pure Components
- ### Dummy Screen
- ### RN Checkbox list test
- ### Flex Box Practice
- ### useRef Example
- ### Extended useState hook example