Use case
Framework
Owner
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.scheduleLocalNotification
deprecatedrepeatInterval
tofireIntervalSeconds
.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.