UNPKG

native-beldex-core

Version:
8 lines (5 loc) 191 B
import { NativeModules } from 'react-native' const native = NativeModules.BeldexCore export function callBeldex(method, jsonArguments) { return native.callBeldex(method, jsonArguments) }