0.3.29 • Published 2 years ago

@vygruppen/spor-react-native v0.3.29

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Spor (React Native)

This package includes everything you need to build a Vy-themed React Native app. It's built with TypeScript, but you can use it with JavaScript if you want.

Installation

$ npm install @vygruppen/spor-react-native

Usage

import { SporProvider } from "@vygruppen/spor-react-native";

First, wrap app in the <SporProvider /> component. This will provide the rest of the Spor components with a theme and a language preference.

Once that's done, you can use all components available.

Development

Please refer to the root readme for development notes.