Skip to content

Commit 1dad971

Browse files
committed
fixes comment
1 parent 4339534 commit 1dad971

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native/src/components/formbricks.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export function Formbricks({ appUrl, environmentId }: FormbricksProps): React.JS
4242

4343
// Wrap in View with pointerEvents="box-none" to allow touches to pass through
4444
// on Android when the survey is not visible or in transparent areas.
45-
// Issue reference: https://github.com/formbricks/react-native/issues/23
4645
return (
4746
<View pointerEvents="box-none">
4847
{survey ? <SurveyWebView survey={survey} /> : null}

0 commit comments

Comments
 (0)