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
- Host: GitHub
- URL: https://github.com/iliubinskii/react-native-misc
- Owner: iliubinskii
- License: isc
- Created: 2024-02-14T19:35:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:51:24.000Z (almost 2 years ago)
- Last Synced: 2025-10-23T02:58:44.670Z (9 months ago)
- Topics: react, react-native
- Language: TypeScript
- Homepage: https://iliubinskii.github.io/react-native-misc/
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.