Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DeSmart/awesome-react-native

list of awesome: bulletproof components, articles, tutorials and other things related to React Native ecosystem
https://github.com/DeSmart/awesome-react-native

List: awesome-react-native

awesome awesome-list react-native

Last synced: 3 months ago
JSON representation

list of awesome: bulletproof components, articles, tutorials and other things related to React Native ecosystem

Awesome Lists containing this project

README

        

# Awesome React Native [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> list of awesome, bulletproof [components](#components) and other [resources](#resources) related to React Native ecosystem.

## Components

### Onboarding
- [react-native-tips](https://github.com/frichti/react-native-tips)

### List
- [react-native-swipeable](https://github.com/jshanson7/react-native-swipeable)
- [react-native-swipeout](https://github.com/dancormier/react-native-swipeout)

### Camera / gallery
- [ivpusic/react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker)

### Images
- [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image)

### Contacts / address book
- [rt2zz/react-native-contacts](https://github.com/rt2zz/react-native-contacts)

### Navigation / routing
- [react-community/react-navigation](https://reactnavigation.org/)
- [wix/react-native-navigation](https://github.com/wix/react-native-navigation)

### Collapsable
- [oblador/react-native-collapsible](https://github.com/oblador/react-native-collapsible)

### Keyboard
- [APSL/react-native-keyboard-aware-scroll-view](https://github.com/APSL/react-native-keyboard-aware-scroll-view)
- [How to make your React Native app respond gracefully when the keyboard pops up](https://medium.freecodecamp.com/how-to-make-your-react-native-app-respond-gracefully-when-the-keyboard-pops-up-7442c1535580#.3xmbakql2)

### Notifications
- [wix/react-native-notifications](https://github.com/wix/react-native-notifications)

### Communications
- [react-native-safari-view](https://github.com/naoufal/react-native-safari-view)
- [react-native-communications](https://github.com/anarchicknight/react-native-communications/)

### UI toolkits
- [Shoutem](http://shoutem.github.io/docs/ui-toolkit/introduction)

### Fonts
- [How to setup custom fonts](https://medium.com/react-native-training/react-native-custom-fonts-ccc9aacf9e5e)
- [react-native-typography](https://github.com/hectahertz/react-native-typography)

### Settings
- [react-native-app-settings](https://github.com/KrazyLabs/react-native-app-settings)

## Help, tricks, issues
- [react-native-checklist](https://github.com/harrisrobin/react-native-checklist)
- [iOS device uuid](http://whatsmyudid.com/)
- [guide to iPhone resolutions](https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions)
- [wix/interactable](https://github.com/wix/react-native-interactable)
- [react-native-debugger](https://github.com/jhen0409/react-native-debugger)
- [react-native-navigation white / black screen on android](https://github.com/wix/react-native-navigation/issues/334)
- [react-navigation - StackNavigator inside DrawerNavigator](https://github.com/react-navigation/react-navigation/issues/834)
- [react-native-rename](https://github.com/JuneDomingo/react-native-rename)
- [Upload images](https://github.com/g6ling/React-Native-Tips/tree/master/How_to_upload_photo%2Cfile_in%20react-native)
- [generator-rn-toolbox](https://github.com/bamlab/generator-rn-toolbox)
- [wix/AppleSimulatorUtils](https://github.com/wix/AppleSimulatorUtils)

### Debug iOS on device
``` sh
npm install -g ios-deploy
# Run on a connected device, e.g. Max's iPhone:
react-native run-ios --device "Max's iPhone"
```

### Resources
- [React Native FAQ](https://www.netguru.co/blog/react-native-faq)

### Testing
- [Detox - E2E tool](https://github.com/wix/detox)