0.5.0 • Published 5 years ago

rnpm-plugin-dom v0.5.0

Weekly downloads
114
License
MIT
Repository
github
Last release
5 years ago

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>]
0.5.0

5 years ago

0.5.0-alpha.11

5 years ago

0.3.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago