update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useState, useEffect } from "reactn";
|
||||
import { Pressable, TextInput, View, Image } from "react-native";
|
||||
import { Pressable, TextInput, View, Image, Platform } from "react-native";
|
||||
import { BlurView } from "expo-blur";
|
||||
|
||||
import { Fonts, gutters, Palette } from "../styles";
|
||||
@@ -65,6 +65,9 @@ const ChatInput = ({
|
||||
intensity={30}
|
||||
tint="dark"
|
||||
style={{ flex: 1, justifyContent: "center" }}
|
||||
experimentalBlurMethod={
|
||||
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
|
||||
}
|
||||
>
|
||||
<FilesPreview
|
||||
files={files}
|
||||
|
||||
Reference in New Issue
Block a user