Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@indec/react-native-commons

indec-it14MIT1.2.0

Common react-native components for apps

react, react-native, components

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. 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