search on web

This commit is contained in:
Thomas Demirdjian
2025-10-02 17:53:17 +02:00
parent ea421d8eff
commit 8846ca05ff
14 changed files with 656 additions and 415 deletions
+1 -4
View File
@@ -1,4 +1,4 @@
import { View, Text, TextInput, Image, Platform } from "react-native";
import { View, TextInput, Image } from "react-native";
import React from "react";
import { BlurView } from "expo-blur";
import { icons } from "../assets";
@@ -20,9 +20,6 @@ const SearchBar = ({
gap: 10,
...Style.containerRow,
}}
// experimentalBlurMethod={
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
// }
>
<Image source={icons.search} />
<TextInput