Skip to content

Commit 01fbaa5

Browse files
updating README
1 parent a921ad9 commit 01fbaa5

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

LICENSE

100644100755
File mode changed.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dialog with input for React Native on iOS and Android.
99
## Setup
1010

1111
```bash
12-
npm install --save react-native-dialog-input@github:ithustle/react-native-dialog-input
12+
npm install --save react-native-dialog-input
1313
```
1414

1515
## Usage

example/App.js

100644100755
File mode changed.

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { StyleSheet, Text, View, Modal, TextInput, TouchableOpacity,
3-
ActivityIndicator, Platform } from 'react-native';
3+
Platform } from 'react-native';
44

55
class DialogInput extends React.Component{
66
constructor(props){

package.json

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dialog-input",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"description": "Dialog with input for React Native on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)