Tautvilas Mečinskas
Tautvilas Mečinskas
I will check, but I see that example project is using RN version 0.68 and no use_frameworks! (which is required for react-native-firebase). It will take some time for me to...
I have created example project with fresh react-native 0.70.1 install. Other settings: hermes disabled flipper disabled new auth disabled user_frameworks! set in Podfile https://github.com/tautvilas/react-native-image-resizer-bug
I have managed to make it work, but had to make multiple adjustments. In Podfile had to add: ``` $static_framework = ['react-native-image-resizer'] pre_install do |installer| installer.pod_targets.each do |pod| if $static_framework.include?(pod.name)...
Issue is solved if MobileCoreServices are added to podspec. Please check out how I solved the problem with this commit https://github.com/Discontract/react-native-image-resizer/commit/6b28d6cb5a557b6f67e60d6dac931bbe7a9d5b39
I have added PR with the fix: https://github.com/bamlab/react-native-image-resizer/pull/338 This is a repo where bug can be reproduced: https://github.com/tautvilas/react-native-image-resizer-bug as I mentioned before : https://github.com/bamlab/react-native-image-resizer/issues/327#issuecomment-1249091985 Stackoverflow explanation of fix: https://stackoverflow.com/questions/10144961/symbol-not-found-kuttypeimage
hi, could you create a code snippet that would reproduce this bug?
what is the version of react native that you use? can this bug also be reproduced in example agenda?
any updates @dongawli ?
thx for clarification, I will look into this
Hi, I can not reproduce this behaviour, could you give me a code snipped that would demonstrate this bug?