Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Jan 27, 2025
1 parent caa075b commit 8071e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/js/feedback/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { ReactNativeLibraries } from './../utils/rnlibraries';
export function isModalSupported(): boolean {
const { major, minor } = ReactNativeLibraries.ReactNativeVersion?.version || {};
return !(isFabricEnabled() && major === 0 && minor < 71);

}

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

0 comments on commit 8071e8d

Please sign in to comment.