How to use the @unimodules/core.NativeModulesProxy.ExpoSMS function in @unimodules/core

To help you get started, we’ve selected a few @unimodules/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Marwan01 / food-converter / node_modules / expo-sms / build / ExpoSMS.js View on Github external
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoSMS;
//# sourceMappingURL=ExpoSMS.js.map
github expo / expo / packages / expo-sms / build / ExpoSMS.js View on Github external
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoSMS;
//# sourceMappingURL=ExpoSMS.js.map
github expo / expo / packages / expo-sms / src / ExpoSMS.ts View on Github external
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoSMS;
github Marwan01 / food-converter / node_modules / expo-sms / src / ExpoSMS.ts View on Github external
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoSMS;