Releases: themobilefirstco/react-native-data-detector
Releases · themobilefirstco/react-native-data-detector
v0.1.0
Initial Release
Cross-platform text data detection for React Native using NSDataDetector (iOS) and ML Kit Entity Extraction (Android).
Features
detect(text, options?)— Detect phone numbers, URLs, emails, addresses, and dates with structured resultsdownloadModel()— Pre-download the ML Kit model on Android for offline use- ISO 8601 date output on both platforms
- Filter by entity type
Example App
An example Expo app is included in the example/ directory demonstrating all features.
Platform Support
- iOS 15.1+ (NSDataDetector)
- Android API 24+ (ML Kit Entity Extraction)
- Expo SDK 50+ or bare React Native with
expo-modules-core