All Projects → pedronauck → docz-plugin-react-native

pedronauck / docz-plugin-react-native

Licence: other
Plugin that allow you to use React Native with docz

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

⚠️ Deprecated

This plugin is deprecated since the version v0.12.15 that support React Native nativelly. You can see the example folder to know more information about how to use.


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].