Quy1e99

Results 2 comments of Quy1e99

> did anyone able to solve this ? use cann add componentdisupdate to listen for the change of maxItems componentDidUpdate(prevProps: Omit & WithMaxItemsProps) { if (prevProps.maxItems !== this.props.maxItems || prevProps.items...

I’m facing the same issue, and I’m still using AppDelegate.mm. I’ve also already included: `self.dependencyProvider = [RCTAppDependencyProvider new]; ` from the https://reactnative.dev/blog/2025/01/21/version-0.77#community-cli-and-template-updates but the problem persists. Any ideas on what...