Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-tag-names

pritishvaidya28MIT0.0.2

List of standard React Native Tags

react-native, tags, name, list, self-closing, void, react-native-tag-names

readme

react-native-tag-names Build Status Maintainability Test Coverage

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