react-native-bs-calculator

1.0.0 • Public • Published

Simple react native business calculator and calculator input component.

Installation

Using npm:

npm i -S react-native-business-calculator

or yarn:

yarn add react-native-business-calculator

Usage

import React from 'react'
import { View } from 'react-native'
import BlockchainCalculator  from 'react-native-bs-calculator'

export default class App extends React.Component {
  render() {
    return (
      <View style={{ flex: 1 }}>
        <BlockchainCalculator/>
      </View>
    )
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1
  • 1.0.1
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i react-native-bs-calculator

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

112 kB

Total Files

32

Last publish

Collaborators

  • kjinhai