File size: 662 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# React InstantSearch Hooks with React Native

This example shows how to use React InstantSearch Hooks with React Native.

[**Live example →**](https://codesandbox.io/s/github/algolia/react-instantsearch/tree/master/examples/hooks-react-native)

## Clone the example

```sh
curl https://codeload.github.com/algolia/react-instantsearch/tar.gz/master | tar -xz --strip=2 react-instantsearch-master/examples/hooks-react-native
```

## Start the example

```sh
yarn install --no-lockfile
yarn run start
```

Read more about React InstantSearch Hooks [in our documentation](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react-hooks/).