上传文件至 /

This commit is contained in:
2026-02-13 07:17:40 +00:00
commit dd42dc04ce
5 changed files with 780 additions and 0 deletions

39
CHANGELOG.md Normal file
View File

@@ -0,0 +1,39 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.0] - 2024-01-XX
### Added
- Initial release with Turbo Modules support
- Swift implementation for iOS
- Kotlin implementation for Android
- Support for latest Braintree SDK versions:
- iOS: Braintree 6.0, BraintreeDropIn 9.0
- Android: Drop-In 6.16.0, Card 4.45.0
- Apple Pay support (iOS)
- Google Pay support (Android)
- Venmo payment support
- PayPal payment support
- 3D Secure authentication
- Direct card tokenization
- Device data collection for fraud detection
- Vault manager support
- Dark theme support (iOS)
- Custom font support (iOS)
- TypeScript definitions
- Comprehensive documentation and examples
### Features
- Full React Native New Architecture compatibility
- Backward compatible with old architecture
- Promise-based API
- Detailed error handling
- Latest payment methods support
### Technical
- Built with React Native 0.73 compatibility
- Minimum iOS version: 13.0
- Minimum Android SDK: 21
- Swift 5.0
- Kotlin 1.8.21