Files
docz/packages/docz-plugin-react-native
Jabur ac359cee5e feat: integration with react native (#271)
Feature: integration with react native 🌉
2018-09-01 21:12:52 -03:00
..

docz-plugin-react-native

Use your React Native components inside docz

We're using react-native-web to make this integration possible. So, maybe you can have some caveats.

Instalation

Just add and use the plugin inside your doczrc.js

import { reactNative } from 'docz-plugin-react-native'

export default {
  plugins: [reactNative()]
}

That's it 🙌🏻