npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@forbeslindesay/addon-ondevice-actions

5.1.0-alpha.32

@forbeslindesay

npmHomeRepoSnykSocket
Downloads:239
$ npm install @forbeslindesay/addon-ondevice-actions
DailyWeeklyMonthlyYearly

Storybook Actions Addon for react-native

Storybook Actions Addon allows you to log events/actions inside stories in Storybook.

Framework Support

This addon is a wrapper for addon @storybook/addon-actions. Refer to its documentation to understand how to use actions

Installation

yarn add -D @storybook/addon-ondevice-actions @storybook/addon-actions

Configuration

Create a file called rn-addons.js in your storybook config.

Add following content to it:

import '@storybook/addon-ondevice-actions/register';

Then import rn-addons.js next to your getStorybookUI call.

import './rn-addons';

See @storybook/addon-actions to learn how to write stories with actions and the crna-kitchen-sink app for more examples.