0.0.2 • Published 6 years ago

react-native-tag-names v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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