React Native bridge module for accessing Samsung Accessory Services
npm install react-native-samsung-accessoryreact-native-samsung-accessory uses Samsung Accessory SDK v2.6.4.
Native programming guide could be found here.
import SamsungAccessory from "react-native-samsung-accessory";
// ...
const result = await SamsungAccessory.multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT