# Example App

## :hammer: Build it yourself

Run the following commands:

```bash
# Clone this repo
git clone git@github.com:GetSimpl/react-native-simpl-fingerprint-sdk.git && cd react-native-simpl-fingerprint/example
# Install dependencies
yarn install
# Start the metro bundler
yarn start
# Run the app on a devices
yarn ios
```
