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
2
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 5.0.0 to 5.0.1

2

index.js

@@ -80,3 +80,3 @@ import React from 'react';

keyboardShouldPersistTaps: PropTypes.oneOfType([
PropTypes.oneOf(['always', 'handeld', 'never']),
PropTypes.oneOf(['always', 'handled', 'never']),
PropTypes.bool,

@@ -83,0 +83,0 @@ ]),

{
"name": "react-native-autocomplete-input",
"version": "5.0.0",
"version": "5.0.1",
"description": "Pure javascript autocomplete input for react-native",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -50,4 +50,2 @@ # react-native-autocomplete-input

A complete example for Android and iOS can be found [here](//github.com/mrlaessig/react-native-autocomplete-input/blob/master/example/).
### Android

@@ -54,0 +52,0 @@ Android does not support overflows ([#20](https://github.com/mrlaessig/react-native-autocomplete-input/issues/20)), for that reason it is necessary to wrap the autocomplete into a *absolute* positioned view on Android. This will allow the suggestion list to overlap other views inside your component.

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