Change main page and modify flows

This commit is contained in:
Thomas Demirdjian
2025-09-02 11:45:27 +02:00
parent 8b7980308a
commit 98367af0b7
47 changed files with 3695 additions and 1020 deletions
+3 -7
View File
@@ -1,14 +1,10 @@
import { useContext } from "reactn";
import { Pressable, View, Image, Text } from "react-native";
import { Video, ResizeMode } from "expo-av";
import { Video, ResizeMode } from "expo-video";
import { Fonts, gutters, Palette } from "../styles";
import Style, { mainBorderRadius } from "../styles/Style";
import { icons } from "../assets";
import { substringTextLength } from "../helpers/index.js";
import { substringTextLength } from "../helpers";
import { WebViewContext } from "../providers/WebViewProvider.js";
const thumbnailStyle = {
@@ -20,7 +16,7 @@ const thumbnailStyle = {
const RenderChatFile = (
{ uri, type = "image", name = "", containerStyle = {} },
index
index,
) => {
const { setWebViewUrl } = useContext(WebViewContext);