From 68e54722c1f423125f9fe8a792d3dffd6eca6b51 Mon Sep 17 00:00:00 2001 From: William Niemiec Date: Tue, 10 Aug 2021 15:32:47 -0300 Subject: [PATCH] Doc fix --- README.md | 22 +++++++++++----------- package-lock.json | 5 +++++ 2 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 package-lock.json diff --git a/README.md b/README.md index 21f6bd4..c205821 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -![](https://github.com/wniemiec-components-reactnative/day-picker/blob/master/docs/img/logo/logo.jpg) +![](https://github.com/wniemiec-component-reactnative/day-picker/blob/master/docs/img/logo/logo.jpg)

Day picker

Day selector.

- - - + + + React Native compatibility - Release - License + Release + License


@@ -18,11 +18,11 @@ React Native component that allows you to choose a day, in addition to being abl ## 🖼 Gallery
+image 1 -image 2 +image 2 -image 3 +image 3 ## ❓ How to use 1. Install the component @@ -91,10 +91,10 @@ let dayFormated = `${thisYear}-${thisMonth}-${thisDay}`; |`{today: '#e51284', highlight: '#3cb371', future: '#233287', past: '#ff8055', default: '#777', text: 'white'}`| ## 🚩 Changelog -Details about each version are documented in the [releases section](https://github.com/wniemiec-components-reactnative/day-picker/releases). +Details about each version are documented in the [releases section](https://github.com/wniemiec-component-reactnative/day-picker/releases). ## 🤝 Contribute! -See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-components-reactnative/day-picker/blob/master/CONTRIBUTING.md). +See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-component-reactnative/day-picker/blob/master/CONTRIBUTING.md). ## 📁 Files diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..b0f9df5 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "@wniemiec-component-reactnative/day-picker", + "version": "1.0.0", + "lockfileVersion": 1 +}