From 788956aa01d2b46783ad0d0a45949fc5ca9e0aab Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 15 Jan 2024 16:33:44 -0800 Subject: [PATCH] typo --- modules/expo-selectable-text/src/ExpoUITextViewModule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/expo-selectable-text/src/ExpoUITextViewModule.ts b/modules/expo-selectable-text/src/ExpoUITextViewModule.ts index 2123654f6c..6ecea16b34 100644 --- a/modules/expo-selectable-text/src/ExpoUITextViewModule.ts +++ b/modules/expo-selectable-text/src/ExpoUITextViewModule.ts @@ -2,4 +2,4 @@ import {requireNativeModule} from 'expo-modules-core' // It loads the native module object from the JSI or falls back to // the bridge module (from NativeModulesProxy) if the remote debugger is on. -export default requireNativeModule('ExpoProText') +export default requireNativeModule('ExpoUITextView')