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

https://github.com/indec-it/react-native-commons

Common react-native components for apps
https://github.com/indec-it/react-native-commons

components react react-native

Last synced: about 1 year ago
JSON representation

Common react-native components for apps

Awesome Lists containing this project

README

          

# react-native-commons

## Installation

npm install @indec/react-native-commons

## Development

The `npm link` doesn't work because `react-native` [doesn't support symlinks](https://github.com/facebook/metro/issues/1). For local testing add the modified package to your project using the following command:

npm add /path/to/react-native-commons

or via yarn:

yarn add file:/path/to/react-native-commons