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.
- Host: GitHub
- URL: https://github.com/react-navigation/search-layout
- Owner: react-navigation
- Created: 2017-08-25T01:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:30:22.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:00:47.934Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 124
- Watchers: 17
- Forks: 36
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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).