UNPKG

docusaurus-plugin-react-native-web

Version:

A Docusaurus plugin to use react-native-web to display React Native components

14 lines 279 B
module.exports = function() { return { name: 'docusaurus-plugin-react-native-web', configureWebpack(_config, isServer, utils) { return { resolve: { alias: { 'react-native': 'react-native-web' } } } } } }