0.0.0-alpha.11 • Published 3 years ago

@wuerthcs/react-native v0.0.0-alpha.11

Weekly downloads
275
License
-
Repository
-
Last release
3 years ago

Würth Cloud System Native Library

React Native library for Würth Cloud System applications

Release

Installation

npm install @wuerthcs/react-native --save

Usage

import * as React from 'react';
import {Text} from '@wuerthcs/wuerth-native-library';

const MyApplication = () => <Text>Hello World</Text>;

Documentation

TBD

Contribution

This project is open for contributions via Pull Requests or Issues. Feel free to clone the project and send in your change via a pull request.

Important: Since React Native does not support symlinking, you have to setup your own playground project for example via Expo or the React Native CLI. This way you can then import the package from your github branch instead of using a local symlink. This brings some backdraws but the incompatibility of the metro file bundler does not allow an easy way to symlink npm packages together in the React Native infrastructure.

Maintainers

TBD

License

TBD