UNPKG

airbridge-react-native-sdk

Version:

Airbridge SDK for React Native

7 lines 200 B
export const createInteractor = (nativeModule) => { return Object.assign(nativeModule, { ios: nativeModule, android: nativeModule, }); }; //# sourceMappingURL=Interactor.js.map