Skip to content

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

Notifications You must be signed in to change notification settings

reime005/ReactNativeAnimatedBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:7007 to access the storybook. When using an Android emulator you may need to run adb reverse tcp:7007 tcp:7007.