Michael Mao

Results 68 comments of Michael Mao

change ``` set -e WITH_ENVIRONMENT="../node_modules/react-native/scripts/xcode/with-environment.sh" REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh" /bin/sh -c "$WITH_ENVIRONMENT \"/bin/sh ../node_modules/@sentry/react-native/scripts/sentry-xcode.sh $REACT_NATIVE_XCODE\"" ``` to ``` set -e WITH_ENVIRONMENT="../node_modules/react-native/scripts/xcode/with-environment.sh" REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh" /bin/sh -c "$WITH_ENVIRONMENT '/bin/sh ../node_modules/@sentry/react-native/scripts/sentry-xcode.sh $REACT_NATIVE_XCODE'" ```

> here is it ! ``` /* eslint-disable @typescript-eslint/no-unused-vars */ // noinspection JSUnusedLocalSymbols /** * https://github.com/GetStream/react-native-bidirectional-infinite-scroll */ // noinspection JSUnusedGlobalSymbols import React, { MutableRefObject, useRef, useState } from 'react'; import...

I will try with patch by chatgpt for a test ``` diff --git a/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java b/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java index 5de0845..5042117 100644 --- a/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java +++ b/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java @@ -599,7 +599,8 @@ class PickerModule extends ReactContextBaseJavaModule...

@atultiwaree ``` import { getImageMetaData, getVideoMetaData, Video } from 'react-native-compressor'; const getImageInfo = (filePath: string) => { return getImageMetaData(filePath).then(result => ({ ...result, size: displayUtil.IS_IOS ? result.size : result.size * 1024,...

may be you can try my [patch](https://github.com/ivpusic/react-native-image-crop-picker/issues/2037#issuecomment-2017838468)

同样的问题, ios下 onLoad 没有回调

> > same problem as 0.68.2, when move android dir outer react-native js project use relative path > > ``` > > [email protected]: > > version "0.68.2" > > resolved...

### for win11, cmake build error, found the solution > set GRADLE_USER_HOME D:\Cache\\.gradle to system path for cmake build if user name is Chinese https://stackoverflow.com/questions/28838699/how-to-set-gradle-cache-location