a7medev / react-native-ml-kit

React Native On-Device Machine Learning w/ Google ML Kit
MIT License
342 stars 55 forks source link

refactor: replace example apps with a single example #38

Closed a7medev closed 9 months ago

a7medev commented 9 months ago

Created a central example app for most of the libraries, migrated the image picker library to expo-image-picker, and refactored existing code a bit.

Didn't migrate identify-language/example and translate-text/example since I don't actually see much usage of them (for translate-text it's probably because of the lack of iOS support though).

Closes #23