react-native-autocomplete-input
Advanced tools
Comparing version 0.0.5 to 1.0.0
'use strict'; | ||
import React, { | ||
Component, | ||
import React, { Component, PropTypes } from 'react'; | ||
import { | ||
ListView, | ||
PropTypes, | ||
StyleSheet, | ||
@@ -11,3 +10,2 @@ Text, | ||
View, | ||
ScrollView, | ||
} from 'react-native'; | ||
@@ -14,0 +12,0 @@ |
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"description": "Pure javascript autocomplete input for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,4 @@ # react-native-autocomplete-input [![npm version](https://badge.fury.io/js/react-native-autocomplete-input.svg)](https://badge.fury.io/js/react-native-autocomplete-input) | ||
## How to use react-native-autocomplete-input | ||
Tested with RN >= 0.26.2. If you want to use RN < 0.26 try to install react-native-autocomplete-input <= 0.0.5. | ||
Fist things first install the component from npmjs.org: | ||
@@ -56,4 +58,3 @@ | ||
## Contribute | ||
Feel free to open issues or do a PR! | ||
Feel free to open issues or do a PR! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7787
0
138