mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-06 22:40:06 +08:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
import { reactNative } from 'docz-plugin-react-native'
|
|
|
|
export default {
|
|
title: 'React Native',
|
|
plugins: [reactNative()],
|
|
}
|