react-navigation / search-layout

A basic search screen layout for usage with React Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A basic search screen layout for usage with React Navigation.


Languages

Language:JavaScript 82.1%Language:TypeScript 17.9%