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
- Host: GitHub
- URL: https://github.com/indec-it/react-native-commons
- Owner: indec-it
- License: mit
- Created: 2018-01-11T15:05:04.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-02T10:20:48.000Z (over 3 years ago)
- Last Synced: 2025-03-25T04:01:35.468Z (over 1 year ago)
- Topics: components, react, react-native
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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