Skip to content

Commit 59b244b

Browse files
author
Tyler Malone
committed
Renames package for JS use
1 parent e23a005 commit 59b244b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NativeModules } from "react-native";
22

3-
const ReactNativeVolumeController = NativeModules.ReactNativeVolumeController;
3+
const RNVolumeControl = NativeModules.ReactNativeVolumeController;
44

5-
export default ReactNativeVolumeController;
5+
export default RNVolumeControl;

0 commit comments

Comments
 (0)