react-native-tag-names
v0.0.2
Published
List of standard React Native Tags
Downloads
13
Maintainers
Readme
react-native-tag-names
List of standard React Native Tags
Includes React Native tags list JSON files.
Install
$ npm i react-native-tag-names --save
Usage
const RNTags = require('react-native-tag-names');
console.log(RNTags);
//=> ["DrawerLayoutAndroid", "ImageBackground", "InputAccessoryView", ...]
Void (self-closing) tags:
const voidRNTags = require('react-native-tag-names/void');
console.log(voidRNTags);
//=> ["ActivityIndicator", "Button", "Checkbox",, ...]
License
MIT © Pritish Vaidya