-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b3f4c0
commit 6669899
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# React Native library | ||
|
||
Some components in this library: | ||
|
||
- [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. | ||
|
||
Check the components from this library in an Android app: | ||
|
||
- [Y Tasks](https://play.google.com/apps/internaltest/4701242983924474999) |