JSPM

@polls-platform/react-native

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49
  • Score
    100M100P100Q72812F
  • License UNLICENSED

React Native SDK for Polls Platform

Package Exports

  • @polls-platform/react-native
  • @polls-platform/react-native/lib/commonjs/index.js
  • @polls-platform/react-native/lib/module/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@polls-platform/react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-polls

Polls Platform React Native SDK

Installation

npm install react-native-polls

Usage

import { multiply } from "react-native-polls";

// ...

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