Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a16f0b1

Browse files
committed
Changing function to arrow
1 parent 4a37814 commit a16f0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-mixins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DeviceEventEmitter } from "react-native";
33
// This function is used to augment remote and local
44
// package objects with additional functionality/properties
55
// beyond what is included in the metadata sent by the server.
6-
module.exports = function PackageMixinFactory(NativeCodePush) {
6+
module.exports = (NativeCodePush) => {
77
const remote = {
88
abortDownload() {
99
return NativeCodePush.abortDownload(this);

0 commit comments

Comments
 (0)