Skip to content

Expo contracts demo app with react-navigation and react-native-paper

Notifications You must be signed in to change notification settings

kimak/app-contracts

Repository files navigation

Expo demo app with a quick Design System approach. Using react-native-paper and react-navigation.

Setup

Prerequisite

  1. Follow Expo installation guide
  2. Setup an Android emulator
  3. Setup an iOS simulator

Install

  1. Install node modules

    yarn install
  2. Start iOS

    expo start --ios
  3. Start android

    expo start --android

To start the design system change the App.tsx import

// import { App } from './src'
import App from './storybook'

Publish

expo publish --target managed

Experimental

About

Expo contracts demo app with react-navigation and react-native-paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published