• 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.

  • React Native/74/Remove Alert Action

    This codemod removes references to deprecated alertAction.

  • React Native/74/Migrate To Fire Interval Seconds

    This codemod migrates PushNotificationIOS.scheduleLocalNotification deprecated repeatInterval to fireIntervalSeconds.

  • 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.