Browse Source

Update README.md

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

+ 2
- 2
README.md View File

@ -5,7 +5,7 @@ A date picker component for React Native working on iOS and Android. It uses the
## Installation
`yarn add @henninghall/react-native-date-picker`
`yarn add react-native-date-picker-x`
`react-native link `
@ -16,7 +16,7 @@ A date picker component for React Native working on iOS and Android. It uses the
import React, { Component } from 'react';
import { View, StyleSheet} from 'react-native';
import DatePicker from '@henninghall/react-native-date-picker';
import DatePicker from 'react-native-date-picker-x';
export default class App extends Component {

Loading…
Cancel
Save