tfjs-core
tfjs-core copied to clipboard
Add rn integration test app
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.
This adds an app that can serve as an integration testbed for tfjs-react-native. The PR looks somewhat big because there is a fair amount of generated iOS and Android boilerplate. The files that needs review all end in .ts .js and .tsx (and the regular js and ts configuration files we are used to). A few assets that the app uses are also included. The android and ios subfolders are pretty much all autogenerated.
Can we avoid checking in the generated files? It would be good to keep the clone time small on slow connections (already a big issue).
Clarified in person, that by autogenerated I meant boilerplate that we don't need to change, but not code that can be generated on the fly.
However I will look into:
- [x] Using a smaller model for the bundleLoader test.
The monorepo is done, let's move this PR there: https://github.com/tensorflow/tfjs
@tafsiri before you move this PR, can you reply to my comments here. Once we wrap up the discussions, I can LGTM here, and then you can simply open a PR in the union repo.
@dsmilkov yep will finish it here and then remake against new repo.