Files
react-native-bpl-scale/lib/module/NativeBplScale.js
Gokulvarthan Ramesh a7a9b2646b
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build-library (push) Has been cancelled
CI / build-android (push) Has been cancelled
CI / build-ios (push) Has been cancelled
build: include bob lib output
2025-12-17 11:15:46 +05:30

8 lines
166 B
JavaScript

"use strict";
import { NativeModules } from 'react-native';
const {
BplScale
} = NativeModules;
export default BplScale;
//# sourceMappingURL=NativeBplScale.js.map