Skip to content

Commit

Permalink
feat: Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iliubinskii committed Jun 27, 2024
1 parent 2b3f4c0 commit 6669899
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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)

0 comments on commit 6669899

Please sign in to comment.