Skip to content

ammarkdn/seatsio-react-native

 
 

Repository files navigation

Seats.io react-native component

Introduction

seatsio-react-native allows rendering seats.io seating charts inside a react-native application.

It uses React Native Webview as an embedded browser.

Running the examples

First, clone the repo:

git clone git@github.com:seatsio/seatsio-react-native.git                                                                     
cd seatsio-react-native
cd example
yarn install

Then, for iOS:

cd ios && pod install && cd ..
yarn ios

For Android, simply do:

yarn android

Usage

Tip: be sure to check out the examples folder, it contains samples for many configuration options.

Minimal:

import SeatsioSeatingChart from '@seatsio/seatsio-react-native';

<SeatsioSeatingChart
    region="eu"
    workspaceKey="<yourPublicWorkspaceKey>"
    event="<yourEventKey>"
/>

About

The official Seats.io React Native wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.9%
  • Java 14.5%
  • Objective-C 9.3%
  • Ruby 3.2%
  • Starlark 1.1%