search on web
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user