0.1.0 • Published 1 year ago

@spencerlepine/mobile-chat-widget-library v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@spencerlepine/mobile-chat-widget-library

Get started with the project:

$ yarn

Run the example app on iOS:

$ yarn example ios

Run the example app on Android:

$ yarn example android

Run the example app on Web:

$ yarn example web

Installation

npm install @spencerlepine/mobile-chat-widget-library

Usage

import { multiply } from '@spencerlepine/mobile-chat-widget-library';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library

Setup

npx create-react-native-library mobile-chat-widget-library
nvm install v16.19.1
# published to npm - https://www.npmjs.com/package/@spencerlepine/mobile-chat-widget-library
# Ran locally: