Skip to content

Commit

Permalink
[Web] Fix missing RNRenderer export (software-mansion#6265)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkinasiewicz committed Jul 15, 2024
1 parent daaa0a1 commit a48417e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
// RNRender is not used for web. An export is still defined to eliminate warnings from bundlers such as esbuild.
export {};
const RNRenderer = {};
export { RNRenderer };

0 comments on commit a48417e

Please sign in to comment.