`Modal` several kinds of modals, used to show new page or as a component wrapper,with nice animation (ripple-modal 36kr-like-modal bottom-text-modal)
-
`SizedImage` load the given sized image, which is used to reduce the usage of RAM
it should be defined when using the Image component
---
-
`PanResponder` monitor gestures and response ( spin and zoom )
-
`Interactable` responsive top view
-
`Communication` open something on you phone `react-native-communication`
-
`Notification` notifications that show from the top
-
`InfiniteScrollView` a demo that show how to load net data and process paging
### Existing Nice Components
- `Progress` [react-native-progress](https://github.com/oblador/react-native-progress)
- `AppIntro` [react-native-app-intro](https://github.com/FuYaoDe/react-native-app-intro)
- `SwiperView` [react-native-swiper](https://github.com/leecade/react-native-swiper)
- `SnapCarousel` [react-native-snap-carousel](https://github.com/archriss/react-native-snap-carousel) it can be used to display card info
- `AutoClearTimerOut` [react-native-smart-timer-enhance](https://github.com/react-native-component/react-native-smart-timer-enhance)