From 6d7b54cdf7d45eda16299c50014bd856e0fda3c8 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 2 Oct 2024 16:30:38 -0700 Subject: [PATCH] fix namE --- src/components/NormalizedRNGHPressable.web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NormalizedRNGHPressable.web.tsx b/src/components/NormalizedRNGHPressable.web.tsx index fa786a6070..86f5730495 100644 --- a/src/components/NormalizedRNGHPressable.web.tsx +++ b/src/components/NormalizedRNGHPressable.web.tsx @@ -1,3 +1,3 @@ -import {Pressable as NormalizedPressable} from 'react-native' +import {Pressable as NormalizedRNGHPressable} from 'react-native' -export {NormalizedPressable} +export {NormalizedRNGHPressable}