Skip to content

Commit 52afbe0

Browse files
authored
createReactNativeComponentClass needs to be CommonJS
oops
1 parent 725c054 commit 52afbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/shims/react-native/createReactNativeComponentClass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ const createReactNativeComponentClass = function(
2929
return register(name, callback);
3030
};
3131

32-
export default createReactNativeComponentClass;
32+
module.exports = createReactNativeComponentClass;

0 commit comments

Comments
 (0)