Skip to content

Repository files navigation

rn-thub-share-module

Share Module

Installation

npm install rn-thub-share-module

Usage

import RnThubShareModule from 'rn-thub-share-module';

RnThubImageLabelling.shareText(
  texttobeshared,
  (data) => {
    console.log(data);
  },
  (errorMessage) => {
    console.log(errorMessage);
  }
);

RnThubImageLabelling.shareImage(
  imageUrl,
  imageExtension,
  (data) => {
    console.log(data);
  },
  (errorMessage) => {
    console.log(errorMessage);
  }
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

No description, website, or topics provided.

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages