Use case
Framework
Owner
- Refactor Native Module Calls- This codemod updates your React Native code to use the New Architecture's synchronous native module calls, replacing callback-based patterns for improved performance and simplicity. 
- React Native/75/Touchables As Functional Components- This codemod changes the touchables from being generic expressions to functional components. 
- React Native/74/Remove Event Listener Callback- This codemod removes deprecated handler on any calls to - PushNotificationIOS.removeEventListener.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- React Native/74/Remove Alert Action- This codemod removes references to deprecated - alertAction.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- React Native/74/Migrate To Fire Interval Seconds- This codemod migrates - PushNotificationIOS.scheduleLocalNotificationdeprecated- repeatIntervalto- fireIntervalSeconds.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- React Native/74/Remove Deprecated Proptypes- This codemod removes deprecated PropTypes from React Native components (e.g., Image, Text, TextInput), reducing app size and memory overhead, and preparing the codebase for modern type-checking solutions.