Skip to content

Commit

Permalink
Fixes test error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Nov 17, 2023
1 parent a014fbb commit 7a9a3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class NativeCxxModuleExampleExample extends React.Component<{||}, State> {
}));
}

_renderResult(name: Examples): React.Node {
_renderResult(name: Examples | ErrorExamples): React.Node {
const result = this.state.testResults[name] || {};
return (
<View style={styles.result}>
Expand Down

0 comments on commit 7a9a3d3

Please sign in to comment.