We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4339534 commit 1dad971Copy full SHA for 1dad971
1 file changed
packages/react-native/src/components/formbricks.tsx
@@ -42,7 +42,6 @@ export function Formbricks({ appUrl, environmentId }: FormbricksProps): React.JS
42
43
// Wrap in View with pointerEvents="box-none" to allow touches to pass through
44
// on Android when the survey is not visible or in transparent areas.
45
- // Issue reference: https://github.com/formbricks/react-native/issues/23
46
return (
47
<View pointerEvents="box-none">
48
{survey ? <SurveyWebView survey={survey} /> : null}
0 commit comments