# react-native-scene-view

[![Build Status][build-badge]][build]
[![Version][version-badge]][package]
[![MIT License][license-badge]][license]

- [Expo app](#expo-app)
- [Demo](#demo)
- [Installation](#installation)
- [Contributing](#contributing)

## Expo app

- [View it with Expo](https://expo.io/@pedrobern/react-native-scene-view-demos).
- Checkout the [examples](https://github.com/PedroBern/react-native-scene-view/tree/main/example) for the source code of the Expo app.

<a href="https://expo.io/@pedrobern/react-native-scene-view-demos"><img src="https://api.qrserver.com/v1/create-qr-code/?size=400x400&data=exp://exp.host/@pedrobern/react-native-scene-view-demos" height="200px" width="200px"></a>

## Demo

<img src="https://github.com/PedroBern/react-native-scene-view/raw/main/demo/demo.gif" width="360">

## Installation

Open a Terminal in the project root and run:

```sh
yarn add react-native-scene-view
```

## Contributing

See the [contributing guide](https://github.com/PedroBern/react-native-scene-view/blob/main/CONTRIBUTING.md).

<!-- badges -->

[build-badge]: https://img.shields.io/circleci/build/github/PedroBern/react-native-scene-view/main.svg?style=flat-square
[build]: https://app.circleci.com/pipelines/github/PedroBern/react-native-scene-view
[version-badge]: https://img.shields.io/npm/v/react-native-scene-view.svg?style=flat-square
[package]: https://www.npmjs.com/package/react-native-scene-view
[license-badge]: https://img.shields.io/npm/l/react-native-scene-view.svg?style=flat-square
[license]: https://opensource.org/licenses/MIT
