Cross-platform text data detection for React Native. Uses NSDataDetector on iOS and ML Kit Entity Extraction on Android to detect phone numbers, URLs, emails, dates, and addresses.
Stars
14
Forks
0
Watchers
14
Open Issues
0
Overall repository health assessment
^4.0.0^2.0.0^5.3.0***12
commits
chore: add GitHub templates, CI workflow, and contributing guide
889a542View on GitHubdocs: fix package name in install and import examples
d32ff12View on GitHubfeat: add example Expo app, screenshot, and update repo URLs
94805bdView on GitHubchore: exclude .claude directory from npm package
3e8575eView on GitHubfeat: add downloadModel() API and unify date format to ISO 8601 across platforms
dc2f38bView on GitHubdocs: add README with API documentation, usage examples, and platform details
09a6468View on GitHubfeat: scaffold Expo module with iOS (NSDataDetector) and Android (ML Kit) implementations
8f08a83View on GitHub