React Native Debt Relief SDK
Last updated
Was this helpful?
Replaced deprecated React Native SafeAreaView usage with react-native-safe-area-context to align with the current React Native recommendations and improve compatibility
Fixed modal animation and safe area handling for improved UI behavior
Added react-native-safe-area-context as a required peer dependency
Improved SSN handling by masking sensitive values for enhanced user privacy and security
Improved type definitions
Renamed consentsToSms field to phoneConsent in lead creation data
Renamed consentsToSms field to phoneConsent in offer catalog lead creation data
Fixed a potential infinite loop in masked input fields (address, date of birth, phone, SSN)
Inputs no longer re-trigger updates when value is set externally
Improved prop handling in form input components to prevent unnecessary re-renders
Moved react-native-svg to peer dependencies (required version: >=15.11.0 <16)
Last updated
Was this helpful?
Was this helpful?