Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-autocomplete-input

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-autocomplete-input - npm Package Compare versions

Comparing version 0.0.5 to 1.0.0

6

index.js
'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!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc