Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 419 Bytes

File metadata and controls

15 lines (8 loc) · 419 Bytes

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