mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-09 04:58:30 +08: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 🙌🏻