stefanoeb / docz-plugin-react-native

Plugin that allow you to use React Native with docz

Repository from Github https://github.comstefanoeb/docz-plugin-react-nativeRepository from Github https://github.comstefanoeb/docz-plugin-react-native

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 🙌🏻

About

Plugin that allow you to use React Native with docz


Languages

Language:JavaScript 89.2%Language:TypeScript 10.8%