Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iliubinskii committed Jul 20, 2024
1 parent 4f45010 commit f0ba859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
- [Installation](#installation)
- [Modules](#modules)

## <a id="overview"></a>Overview
## Overview

React Native library.

## <a id="installation"></a>Installation
## Installation

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

## <a id="modules"></a>Modules
## 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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-misc",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"description": "React Native library",
"keywords": [
Expand Down

0 comments on commit f0ba859

Please sign in to comment.