We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23a005 commit 59b244bCopy full SHA for 59b244b
index.js
@@ -1,5 +1,5 @@
1
import { NativeModules } from "react-native";
2
3
-const ReactNativeVolumeController = NativeModules.ReactNativeVolumeController;
+const RNVolumeControl = NativeModules.ReactNativeVolumeController;
4
5
-export default ReactNativeVolumeController;
+export default RNVolumeControl;
0 commit comments