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')