rnpm-plugin-dom

0.5.0 • Public • Published

RNPM Plugin for React Native DOM

Project Initialization

First, ensure you have the react-native CLI installed globally.

npm install -g react-native-cli
# or
yarn global add react-native-cli

Next, initialize your React Native project the way you typically do.

react-native init [project name]

Then, cd into your project and install rnpm-plugin-dom into your devDependencies, after which you can initialize your React Native DOM scaffolding with the react-native dom command.

npm install --save-dev rnpm-plugin-dom
# or
yarn add --dev rnpm-plugin-dom

# Add DOM support to your React Native project
react-native dom

Usage

react-native dom [name] [--domVersion <version>] [--includeCanary <true/false>]

Package Sidebar

Install

npm i rnpm-plugin-dom

Weekly Downloads

126

Version

0.5.0

License

MIT

Unpacked Size

9.61 kB

Total Files

6

Last publish

Collaborators

  • vincentriemer