Commit ae7188a
feat: monorepo (#330)
## Description
This PR introduces new structure of repository:
- apps directory - contains standalone applications which are using
package from `packages` directory
- packages - contains react native executorch library
### Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
### Tested on
- [x] iOS
- [x] Android
### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->
### Screenshots
<!-- Add screenshots here, if applicable -->
### Related issues
<!-- Link related issues here using #issue-number -->
### Checklist
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings
### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
---------
Co-authored-by: pweglik <[email protected]>1 parent 4c61f9d commit ae7188a
File tree
587 files changed
+8150
-49638
lines changed- .github/workflows
- .yarn
- plugins/@yarnpkg
- releases
- apps
- computer-vision
- android
- app
- src
- debug
- main
- java/com/anonymous/computervision
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- assets
- fonts
- icons
- components
- ios
- computervision.xcodeproj
- computervision.xcworkspace
- computervision
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- screens
- llm
- android
- app
- src
- debug
- main
- assets/fonts
- java/com/anonymous/llm
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- assets
- fonts
- icons
- components
- ios
- llm.xcodeproj
- llm.xcworkspace
- llm
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- screens
- utils
- speech-to-text
- android
- app
- src
- debug
- main
- java/com/anonymous/speechtotext
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- assets
- components
- ios
- speechtotext.xcodeproj
- speechtotext.xcworkspace
- speechtotext
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- screens
- text-embeddings
- android
- app
- src
- debug
- main
- java/com/anonymous/textembeddings
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- assets
- ios
- textembeddings.xcodeproj
- textembeddings.xcworkspace
- textembeddings
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- docs
- examples
- computer-vision
- llm
- speech-to-text
- text-embeddings
- ios/RnExecutorch/utils
- packages/react-native-executorch
- android
- gradle/wrapper
- src/main
- java/com/swmansion/rnexecutorch
- models
- TextEmbeddings
- classification
- imageSegmentation
- objectDetection
- ocr
- utils
- speechToText
- styleTransfer
- utils
- ios
- ExecutorchLib.xcframework
- ios-arm64-simulator/ExecutorchLib.framework
- Headers
- ios-arm64/ExecutorchLib.framework
- Headers
- RnExecutorch.xcodeproj
- RnExecutorch
- models
- classification
- image_segmentation
- object_detection
- ocr
- utils
- stt
- style_transfer
- text_embeddings
- utils
- src
- constants
- ocr
- controllers
- hooks
- computer_vision
- general
- natural_language_processing
- modules
- computer_vision
- general
- natural_language_processing
- native
- types
- utils
- src/__tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
587 files changed
+8150
-49638
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
0 commit comments