0.1.1 • Published 3 years ago

react-native-mcuboot v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-mcuboot

React Native MCUBoot is compatible with Mcu Manager, a management subsystem supported by nRF Connect SDK, Zephyr and Apache Mynewt.

Installation

Install via npm

npm install react-native-mcuboot

or via yarn

yarn add react-native-mcuboot

Usage

//TODO: Implement Manager
import { multiply } from 'react-native-mcuboot';

// ...

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