Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 461 Bytes

staq-react-native

An open-source Javascript library for creating a full-stack SaaS application in React Native.

Installation

npm install staq-react-native

Usage

import StaqReactNative from "staq-react-native";

// ...

const result = await StaqReactNative.multiply(3, 7);

Contributing

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

License

MIT