Files
docz/examples/react-native-prop-types/doczrc.js
Jabur ac359cee5e feat: integration with react native (#271)
Feature: integration with react native 🌉
2018-09-01 21:12:52 -03:00

7 lines
128 B
JavaScript

import { reactNative } from 'docz-plugin-react-native'
export default {
title: 'React Native',
plugins: [reactNative()],
}