react-native-mcuboot
v0.1.1
Published
React Native MCUBoot is compatible with Mcu Manager, a management subsystem supported by nRF Connect SDK, Zephyr and Apache Mynewt.
Maintainers
Readme
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-mcubootor via yarn
yarn add react-native-mcubootUsage
//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
