Browse Source

Update README.md

master
Henning Hall 3 years ago
committed by GitHub
parent
commit
8ffbf4af22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 8 deletions
  1. +5
    -8
      README.md

+ 5
- 8
README.md View File

@ -2,18 +2,12 @@
This is a React Native Date Picker with following main features:
📱&nbsp; Supporting iOS and Android <br>
📱&nbsp; Supports iOS, Android and Expo<br>
🕑&nbsp; 3 different modes: Time, Date, DateTime <br>
🌍&nbsp; Various languages<br>
🎨&nbsp; Customizable<br>
🖼&nbsp; Modal or Inlined<br>
## Update 4.0.0
- ✅&nbsp; No breaking changes
- New feature: Modal mode
## Modal
The first option is to use the built-in modal. <a href="#example-1-modal">See code</a>.
@ -31,7 +25,7 @@ The first option is to use the built-in modal. See co
## Inlined
The second option is to use the inlined picker. For instance in a view or a custom made modal. <a href="#example-2-inlined">See code</a>.
The second option is to use the inlined picker. Place it in a View or a custom made modal. <a href="#example-2-inlined">See code</a>.
<table>
<tr>
@ -212,6 +206,9 @@ If you have enabled -keep public class net.time4j.PrettyTime
```
### What does it take to upgrade to v4 (4.0.0)?
There are no breaking changes in v4, so just bump the version number in your package json.
## Two different Android variants
On Android there are two design variants to choose from:

Loading…
Cancel
Save