Skip to content

Commit 8071e8d

Browse files
committed
Prettier
1 parent caa075b commit 8071e8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/js/feedback/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { ReactNativeLibraries } from './../utils/rnlibraries';
88
export function isModalSupported(): boolean {
99
const { major, minor } = ReactNativeLibraries.ReactNativeVersion?.version || {};
1010
return !(isFabricEnabled() && major === 0 && minor < 71);
11-
1211
}
1312

1413
export const isValidEmail = (email: string): boolean => {

0 commit comments

Comments
 (0)