Skip to content

Commit

Permalink
createReactNativeComponentClass needs to be CommonJS
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
sebmarkbage committed Apr 10, 2018
1 parent 725c054 commit 52afbe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ const createReactNativeComponentClass = function(
return register(name, callback);
};

export default createReactNativeComponentClass;
module.exports = createReactNativeComponentClass;

0 comments on commit 52afbe0

Please sign in to comment.