An open API service indexing awesome lists of open source software.

https://github.com/react-navigation/search-layout

A basic search screen layout for usage with React Navigation.
https://github.com/react-navigation/search-layout

Last synced: 5 months ago
JSON representation

A basic search screen layout for usage with React Navigation.

Awesome Lists containing this project

README

        

# react-navigation-addon-search-layout

A plain but perfectly acceptable search layout screen that looks good on iOS and Android.

## Installation

```
npm install react-navigation-addon-search-layout
```

This requires that you have `react-native-vector-icons` installed in your project, it uses the `Ionicons` font family. If you use the Expo managed workflow, it will work out of the box as that comes preinstalled and is available through `@expo/vector-icons`'.

## Usage

See [example/App.tsx](https://github.com/react-navigation/search-layout/blob/master/example/App.tsx).