Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

Hi @riyan10dec, just to understand, the error: ``` line 3: $(CURRENT_PROJECT_VERSION) + 1: syntax error: operand expected (error token is "$(CURRENT_PROJECT_VERSION) + 1") Command PhaseScriptExecution failed with a nonzero exit...

@tuguilin1 from your podfile, I can see you have a lot of custom Pod dependencies. Are they react native dependencies or iOS only ones? RN dependencies must be installed through...

> Update : @cortinico i guess the problem is with this package [react-native-linear-gradient/react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) > i just use unstable_reactLegacyComponentNames only with RNSVGImage for IOS. it works fine. Given this, I'd probably...

Actually, this highlighted a shortcoming of the Interop Layer for iOS, so I'm looking into this. A PR will come soon

@renyufei8023 can you share which library are you using? I guess it is react-native-fastimage but could be wrong. What's happening here is that FastImage is probably not following one of...

Hi @billnbell, can you share your Podfile and the list of dependencies? The problem is likely caused by one of your dependencies as we are [building 0.72.1 in CI with...

Hi @billnbell, thanks for investigating the issue. Helps like this are very precious as we don't have the capacity to look into all the 3rd party libraries to see what...