Skip to main content

Cross Platform React Native UI Toolkit by Starbem

A React Native framework for making cross platform applications

How to get started?

1. Install the React Native Star System package from the NPM or Yarn

$ npm install react-native-starsystem

ou

$ yarn add react-native-starsystem

2. Import the component and use it in your project

import React from 'react';
import { Button } from 'react-native-starsystem';

const AwesomeButton = () => (<Button title='Welcome'/>)

Why React Native Star System?

React Native Star System is an implementation of the Material Design System. The framework contains a set of general-purpose UI components styled in a similar way. The most awesome thing about is that the themes can be changed in the runtime without reloading the application. This way, you may easily focus on business logic, while we take care of the visual appearance of your product.

Image alt text

Cross-Platform

Consistent design across android, iOS, and web. 30+ components designed to save development time.

Image alt text

Easy to use

Built completely in TypeScript. Starting your react native app has never been easier. Supports Expo too!

Image alt text

Customizable

Easily style any of our components just the way you want.