We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf5ca63c commit1c37692Copy full SHA for 1c37692
src/components/post/FeedPost.tsx
@@ -353,7 +353,7 @@ const PostActions = React.memo(
353
Alert.alert(
354
'Alt Text',
355
post?.media_attachments[idx].description??
356
-'Media was not tagged with any alt text.'
+'Media was not tagged with any alt text.'
357
)
358
}
359
@@ -788,7 +788,7 @@ const FeedPost = React.memo(
788
consthandlePresentModalPress=useCallback(()=>{
789
bottomSheetModalRef.current?.present()
790
},[])
791
-consthandleSheetChanges=useCallback((_:number)=>{},[])
+consthandleSheetChanges=useCallback((_:number)=>{},[])
792
constrenderBackdrop=useCallback(
793
(props:BottomSheetBackdropProps)=>(
794
<BottomSheetBackdrop{...props}disappearsOnIndex={-1}appearsOnIndex={1}/>
@@ -881,7 +881,7 @@ const FeedPost = React.memo(
881
awaitShare.share({
882
message:post.url||post.uri,
883
})
884
-}catch(error){}
+}catch(error){}
885
886
return(
887
<Viewflex={1}style={{ width}}>