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 caa075b commit 8071e8dCopy full SHA for 8071e8d
packages/core/src/js/feedback/utils.ts
@@ -8,7 +8,6 @@ import { ReactNativeLibraries } from './../utils/rnlibraries';
8
export function isModalSupported(): boolean {
9
const { major, minor } = ReactNativeLibraries.ReactNativeVersion?.version || {};
10
return !(isFabricEnabled() && major === 0 && minor < 71);
11
-
12
}
13
14
export const isValidEmail = (email: string): boolean => {
0 commit comments