From b59c8e22af0d92988d2145ea28299230f3b71180 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 29 May 2024 07:08:46 +0300 Subject: Native translation expo module (#4098) * translation expo module * add `onClose` and `onReplacementAction` * rm onReplacementAction * make all props published * make translation api available globally w/o wrapper (#4110) * conditionally import the translation module * only use native translation if language is probably supported * open native translation via dropdown menu --------- Co-authored-by: Hailey Co-authored-by: Dan Abramov --- modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx') diff --git a/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx b/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx index 93e69333f..0f5d01c13 100644 --- a/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx +++ b/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx @@ -1,5 +1,7 @@ import React from 'react' + import {ExpoScrollForwarderViewProps} from './ExpoScrollForwarder.types' + export function ExpoScrollForwarderView({ children, }: React.PropsWithChildren) { -- cgit 1.4.1