Uche Nkadi

Results 74 comments of Uche Nkadi

My error was "cannot assign to read-only property 'validated' but the solution was the same `ListFooterComponent={() => DescriptionMemo}`

I am getting this error, but I am not using this package at all. Do you know if this issue might be originating from any where else? ``` "dependencies": {...

Thank you for your help! I went ahead and searched throughout all my nodepackages for UIGraphicsBeginImageContext and found it was React Native Linear Gradient

I'm getting this issue as well

I was able to fixed this issue with by making sure use_frameworks! :linkage => :static was above use_react-native ``` require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' $RNFirebaseAsStaticFramework = true platform :ios, min_ios_version_supported deployment_target...

From your advice, I actually looked at my Pods -> Development Pods and saw that after upgrading from RN 0.69.10 -> 71.7 I actually was missing my React-RCTAppDelegate pod. After...

Hey @cipolleschi Thank for your help! Now my app is able to properly find RCTApp delegate! for some reason however, In my AppName-Bridging-Header I'm still seeing 'react/RCTEventEmitter.h file not found'....

Still looking for a hero with a solution for this on M1 macs

@RSchneider94 would you mind please re-opening this issue and help investigate? I'm also getting a "react/RCTEventEmitter.h" not found error as well

I threw an answer on StackOverflow, please let me know if it helps you! https://stackoverflow.com/questions/75822104/rctappdelegate-h-file-not-found/76191070#76191070