https://github.com/kyle-ssg/react-native-cheat-sheet
All of the noteable tips and tricks learnt whilst developing in React Native
https://github.com/kyle-ssg/react-native-cheat-sheet
help performance react-native
Last synced: 4 months ago
JSON representation
All of the noteable tips and tricks learnt whilst developing in React Native
- Host: GitHub
- URL: https://github.com/kyle-ssg/react-native-cheat-sheet
- Owner: kyle-ssg
- Created: 2017-02-19T12:30:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T22:51:50.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:48:59.844Z (over 1 year ago)
- Topics: help, performance, react-native
- Language: Objective-C
- Homepage:
- Size: 39.9 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#react-native-cheat-sheet
A WIP of all of the noteable tips and tricks learnt whilst developing in React Native. This is not entirely suited for absolute beginners of React Native, it assumes some knowledge from the user and aims to introduce some best practice / tackle some of the more tricky issues whilst developing.

#Install
Clone this repo, ```npm i``` or ```yarn```
#Run
```react-native run-ios``` or ```react-native run-android```
#Ask
Submit an issue with any general ReactNative problem you're facing and I'll add it to the repoisitory.
#Answer
Submit a PR with suitable examples.
#todo for v1.0
- [ ] Lifecycle Overiew
- [ ] Keyboard handling
- [ ] Sectioned list views
- [ ] Layout
- [ ] Image resizing / Upload
- [ ] Deployment
- [ ] Icons
- [ ] Pan responder
- [ ] Scroll view