React Native bindings for esp board provisioning
npm install react-native-esp-idf-provisioningimport EspIdfProvisioning from "react-native-esp-idf-provisioning";
// ...
const result = await EspIdfProvisioning.createDevice("espdevice", ...params);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT