Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negativetwelve/react-native-package

Consistent format for react-native packages with built-in checks to validate packages.
https://github.com/negativetwelve/react-native-package

Last synced: 30 days ago
JSON representation

Consistent format for react-native packages with built-in checks to validate packages.

Awesome Lists containing this project

README

        

# React Native Package

[![CircleCI](https://img.shields.io/circleci/project/github/negativetwelve/react-native-package.svg?label=circle)](https://circleci.com/gh/negativetwelve/react-native-package)
[![Travis](https://img.shields.io/travis/negativetwelve/react-native-package.svg?label=travis)](https://travis-ci.org/negativetwelve/react-native-package)
[![AppVeyor](https://img.shields.io/appveyor/ci/negativetwelve/react-native-package/master.svg?label=appveyor)](https://ci.appveyor.com/project/negativetwelve/react-native-package)
[![Coveralls](https://img.shields.io/coveralls/negativetwelve/react-native-package.svg)](https://coveralls.io/github/negativetwelve/react-native-package?branch=master)

Consistent format for react-native packages with built-in checks to validate packages.

## Getting Started

[The full instructions for utilizing `react-native-package` in your project are located here.](/packages/react-native-package#readme)

## Packages

The React Native Package repo is managed as a monorepo that is composed of many npm packages.

Plugin | Version | Description
-------|---------|------------
[`react-native-module-check`](/packages/react-native-module-check) | [![npm](https://img.shields.io/npm/v/react-native-module-check.svg)][npm-module-check] | Validates platform for react-native modules.
[`react-native-module-guard`](/packages/react-native-module-guard) | [![npm](https://img.shields.io/npm/v/react-native-module-guard.svg)][npm-module-guard] | Protects react-native modules from erroring on unimplemented platforms.
[`react-native-package`](/packages/react-native-package) | [![npm](https://img.shields.io/npm/v/react-native-package.svg)][npm-package] | Consistent format for react-native packages.

[npm-module-check]: https://www.npmjs.com/package/react-native-module-check
[npm-module-guard]: https://www.npmjs.com/package/react-native-module-guard
[npm-package]: https://www.npmjs.com/package/react-native-package

## Community

Table of packages from the community using `react-native-package`:

Package | Version | Downloads
--------|---------| ---------
[`react-native-amplitude-sdk`][gh-amplitude-sdk] | [![npm](https://img.shields.io/npm/v/react-native-amplitude-sdk.svg)][npm-amplitude-sdk] | [![npm](https://img.shields.io/npm/dt/react-native-amplitude-sdk.svg)][npm-amplitude-sdk]
[`react-native-heap-analytics`][gh-heap-analytics] | [![npm](https://img.shields.io/npm/v/react-native-heap-analytics.svg)][npm-heap-analytics] | [![npm](https://img.shields.io/npm/dt/react-native-heap-analytics.svg)][npm-heap-analytics]
[`react-native-instabug-sdk`][gh-instabug-sdk] | [![npm](https://img.shields.io/npm/v/react-native-instabug-sdk.svg)][npm-instabug-sdk] | [![npm](https://img.shields.io/npm/dt/react-native-instabug-sdk.svg)][npm-instabug-sdk]
[`react-native-lookback`][gh-lookback] | [![npm](https://img.shields.io/npm/v/react-native-lookback.svg)][npm-lookback] | [![npm](https://img.shields.io/npm/dt/react-native-lookback.svg)][npm-lookback]
[`react-native-segment-io`][gh-segment-io] | [![npm](https://img.shields.io/npm/v/react-native-segment-io.svg)][npm-segment-io] | [![npm](https://img.shields.io/npm/dt/react-native-segment-io.svg)][npm-segment-io]
[`react-native-ux-cam`][gh-ux-cam] | [![npm](https://img.shields.io/npm/v/react-native-ux-cam.svg)][npm-ux-cam] | [![npm](https://img.shields.io/npm/dt/react-native-ux-cam.svg)][npm-ux-cam]

Please submit a PR to add your package to this list!

[gh-amplitude-sdk]: https://github.com/negativetwelve/react-native-amplitude-sdk
[gh-heap-analytics]: https://github.com/negativetwelve/react-native-heap-analytics
[gh-instabug-sdk]: https://github.com/negativetwelve/react-native-instabug-sdk
[gh-lookback]: https://github.com/negativetwelve/react-native-lookback
[gh-segment-io]: https://github.com/negativetwelve/react-native-segment-io
[gh-ux-cam]: https://github.com/negativetwelve/react-native-ux-cam

[npm-amplitude-sdk]: https://www.npmjs.com/package/react-native-amplitude-sdk
[npm-heap-analytics]: https://www.npmjs.com/package/react-native-heap-analytics
[npm-instabug-sdk]: https://www.npmjs.com/package/react-native-instabug-sdk
[npm-lookback]: https://www.npmjs.com/package/react-native-lookback
[npm-segment-io]: https://www.npmjs.com/package/react-native-segment-io
[npm-ux-cam]: https://www.npmjs.com/package/react-native-ux-cam