0.1.14 • Published 5 months ago

react-native-awesome-calculator v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-awesome-calculator

Awesome Native calculator in Rust.

Installation

npm install react-native-awesome-calculator

Usage

import { execute } from 'react-native-awesome-calculator';

// ...

const add_cmd = JSON.stringify({
    Add: {
        x: 12,
        y: 2
    }
})
const result = JSON.parse(execute(add_cmd));
const sum = result.res

Made with create-react-native-library

0.1.13

5 months ago

0.1.14

5 months ago

0.1.11

5 months ago

0.1.8

5 months ago

0.1.9

5 months ago

0.1.6

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.5

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago