@dashdoc/react-native-system-sounds
Version:
A module to play system sounds and beeps for React Native on iOS and Android (no sound files).
8 lines • 303 B
TypeScript
import { NativeModule } from "expo";
declare class RNSystemSoundsNativeModule extends NativeModule {
playSystemSound(soundID: number): void;
stopSystemSound(): void;
}
declare const _default: RNSystemSoundsNativeModule;
export default _default;
//# sourceMappingURL=RNSystemSoundsModule.d.ts.map