react-native-tag-names

List of standard React Native Tags

Usage no npm install needed!

<script type="module">
  import reactNativeTagNames from 'https://cdn.skypack.dev/react-native-tag-names';
</script>

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