React Native Personal Loan SDK
Last updated
Was this helpful?
Upgraded build tooling to support latest React Native features and improvements
Added loading state to button group component for better user feedback during async operations
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 type definitions
Improved SSN handling by masking sensitive values for enhanced user privacy and security
Renamed consentsToSms field to phoneConsent in 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
Fixed type alignment across lead data utilities
Moved react-native-svg to peer dependencies (required version: >=15.11.0 <16)
Last updated
Was this helpful?
Was this helpful?