a7medev / react-native-ml-kit

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

Single example app #23

Closed a7medev closed 1 year ago

a7medev commented 1 year ago

Problem

The current structure treats each package as an isolated project with its own example app, this approach makes the repo pretty big and makes sharing code between packages harder.

Solution

Creating one central example app for all the existing packages. The app will include all the packages as dependencies, it will include a screen for each package.

This makes it easy to add new packages and validate if package conflict with one another.