Skip to content

Commit b7c853c

Browse files
author
Chris Brody
authored
Add some badges (#11)
as inspired by: - React Native - Gatsby
1 parent 04fc2bb commit b7c853c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Tool to create a React Native library module or native view component, with a single command.
44

5+
[![GitHub license](https://img.shields.io/github/license/brodybits/create-react-native-module.svg?color=blue&style=flat-square)](./LICENSE)
6+
[![npm](https://img.shields.io/npm/v/create-react-native-module.svg?color=green&style=flat-square)](https://www.npmjs.com/package/create-react-native-module)
7+
[![npm downloads](https://img.shields.io/npm/dw/create-react-native-module.svg?label=npm%20downloads&style=flat-square)](https://npmcharts.com/compare/create-react-native-module?minimal=true)
8+
[![total npm downloads](https://img.shields.io/npm/dt/create-react-native-module.svg?label=total%20npm%20downloads&style=flat-square)](https://npmcharts.com/compare/create-react-native-module?minimal=true)
9+
[![GitHub stars](https://img.shields.io/github/stars/brodybits/create-react-native-module.svg?label=GitHub%20stars&style=flat-square)](https://github.com/brodybits/create-react-native-module/stargazers)
10+
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/brodybits/create-react-native-module/pulls)
11+
512
See below for command-line usage, example with no view, and example with an extremely simple native view.
613

714
This tool based on [`react-native-create-library`](https://www.npmjs.com/package/react-native-create-library), with working example callbacks, optional native view, and some other updates added by [@brodybits (Christoper J. Brody aka Chris Brody)](https://github.com/brodybits).

0 commit comments

Comments
 (0)