Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jan 5, 2022
1 parent 41025e1 commit 6c8ef70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false);

/**
* Architectures to build native code for in debug.
* Required in order to build native code for debug builds
*/
def nativeArchitectures = project.getProperties().get("reactNativeDebugArchitectures")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class PopoverReportActionContextMenu extends React.Component {
if (!this.dimensionsEventListener) {
return;
}

this.dimensionsEventListener.remove();
}

Expand Down

0 comments on commit 6c8ef70

Please sign in to comment.