Skip to content

Releases: themobilefirstco/react-native-data-detector

v0.1.0

18 Feb 11:35

Choose a tag to compare

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 results
  • downloadModel() — 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