An open API service indexing awesome lists of open source software.

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

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