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

https://github.com/iliubinskii/react-native-misc

React Native library
https://github.com/iliubinskii/react-native-misc

react react-native

Last synced: 3 months ago
JSON representation

React Native library

Awesome Lists containing this project

README

          

# React Native library

## Table of contents

- [Overview](#overview)
- [Installation](#installation)
- [Modules](#modules)

## Overview

React Native library.

## Installation

```sh
npm install react-native-misc
```

## Modules

- [Candlestick Chart](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/CandlestickChart) — A trading chart with support for panning and zooming gestures.
- [Date/Time Picker](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/DateTimePicker) — A date/time picker component that allows selecting a date interval with as little actions as selecting a single date.
- [Drawer](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/Drawer) — A drawer component that can appear from any side and supports simultaneous appearance with the keyboard in the bottom position.
- [Swipeable Tab Bar](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/SwipeableTabBar) — An application's bottom tab bar that allows switching between multiple sets of buttons.
- [Wheel Picker](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/WheelPicker) — A wheel picker component for selecting time units, size units, or other numeric values.