/ReactNativeAnimatedBase

📲 React Native Basic Template with important basic libraries to get started easily.

Primary LanguageTypeScript

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.