Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kadira/react-native-storybook

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kadira/react-native-storybook

A better way to develop React Native Components for your app

  • 2.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-69.7%
Maintainers
6
Weekly downloads
 
Created
Source

React Native Storybook

With React Native Storybook you can design and develop individual React Native components without running your app.

React Storybook Screenshot

Getting Started

The getstorybook tool can be used to add Storybook to your React Native app. Install the getstorybook tool if necessary and run it from your project directory with these commands:

npm -g i getstorybook
getstorybook

Start the Storybook

After initial setup start the storybook server with the storybook npm script.

npm run storybook

also start your mobile app with the react-native command.

react-native run-ios
react-native run-android

Now, you can open http://localhost:9001 to view your storybook.

Learn More

Check the docs directory in this repo for more advanced setup guides and other info.

Keywords

FAQs

Package last updated on 13 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc