Make it 800
This commit is contained in:
@@ -183,7 +183,7 @@ export function StepProfile() {
|
||||
if (!isWeb) {
|
||||
if (isIOS) {
|
||||
// https://github.com/ivpusic/react-native-image-crop-picker/issues/1631
|
||||
await new Promise(resolve => setTimeout(resolve, 1000))
|
||||
await new Promise(resolve => setTimeout(resolve, 800))
|
||||
}
|
||||
image = await openCropper({
|
||||
mediaType: 'photo',
|
||||
|
||||
@@ -321,7 +321,7 @@ let EditableUserAvatar = ({
|
||||
try {
|
||||
if (isIOS) {
|
||||
// https://github.com/ivpusic/react-native-image-crop-picker/issues/1631
|
||||
await new Promise(resolve => setTimeout(resolve, 1000))
|
||||
await new Promise(resolve => setTimeout(resolve, 800))
|
||||
}
|
||||
const croppedImage = await openCropper({
|
||||
mediaType: 'photo',
|
||||
|
||||
@@ -70,7 +70,7 @@ export function UserBanner({
|
||||
try {
|
||||
if (isIOS) {
|
||||
// https://github.com/ivpusic/react-native-image-crop-picker/issues/1631
|
||||
await new Promise(resolve => setTimeout(resolve, 1000))
|
||||
await new Promise(resolve => setTimeout(resolve, 800))
|
||||
}
|
||||
onSelectNewBanner?.(
|
||||
await openCropper({
|
||||
|
||||
Reference in New Issue
Block a user