Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.16 KB

File metadata and controls

44 lines (29 loc) · 2.16 KB

React Native Animated App Base Template

ReactIcon

This template provides the basic and necessary things you need for a React Native app.

Features

Build & Run

Android:

yarn android

iOS:

yarn ios

Storybook

Basic Storybook is set up with support of switching the theme via knobs and a custom theme decorator.

Run the following and open the app in the simulator/emulator:

yarn storybook

You may need to commit in the very first line and comment out the rest of the file /index.js. This should how the storybook on your emulator/simulator.

Then open http://localhost:7007 to access the storybook. When using an Android emulator you may need to run adb reverse tcp:7007 tcp:7007.