Socket
Socket
Sign inDemoInstall

@zettabrasil/react-native-searchbar

Package Overview
Dependencies
5
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zettabrasil/react-native-searchbar

Search Bar for iOS & Android with voice and history features


Version published
Maintainers
4
Created

Changelog

Source

1.0.4 (2020-05-21)

Features

  • add onShow & disableAnimations props (f3cc77c)

Readme

Source

npm size

Search Bar for iOS & Android with voice and history features for React Native.

Install

Before install this, take a look on this library:

Installation

npm i -S @zettabrasil/react-native-searchbar

Link the iOS package

npx pod-install

Usage

Checkout the example

This library depends on react-native-root-siblings to work properly. So, it is necessary to make the following configuration in the root app component:

import { SearchBarWrapper } from '@zettabrasil/react-native-searchbar';

export default function App() {
  return (
    <SearchBarWrapper>
      <View>
        { /* app content */ }
      </View>
    </SearchBarWrapper>
  );
}

Keywords

FAQs

Last updated on 21 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc