Skip to content

Commit

Permalink
docs: indicate new arch support ✅ (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-petersen authored Feb 6, 2025
1 parent 17d4511 commit 7a6ede0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@ sidebar_position: 1
We are excited to have you contribute to `react-native-mlkit`! This documentation will help you get started with the
project.

We've already completed a few modules, but there are more to be done. If you're interested in contributing a module, please refer to the list below before starting! Another way to contribute is to add New Architecture Support to the existing modules.
We've already completed a few modules, but there are more to be done. If you're interested in contributing a module, please refer to the list below before starting!

### Table of Completed Modules

| Completed Modules | RNMLKit Module Completed | iOS support | Android support | New Architecture Support |
| ----------------------- | :----------------------: | :---------: | :-------------: | :----------------------: |
| Image labeling |||| |
| Object detection |||| |
| Face detection |||| |
| Document scanner (Beta) |||| |
| Image labeling |||| |
| Object detection |||| |
| Face detection |||| |
| Document scanner (Beta) |||| |

### Table of Vision API Modules

| Vision API Modules | RNMLKit Module Completed | iOS support | Android support | New Architecture Support |
| --------------------------- | :----------------------: | :---------: | :-------------: | :----------------------: |
| Text recognition v2 |||| |
| Face mesh detection (Beta) |||| |
| Pose detection (Beta) |||| |
| Selfie segmentation (Beta) |||| |
| Subject segmentation (Beta) |||| |
| Barcode scanning |||| |
| Digital ink recognition |||| |
| Text recognition v2 |||| |
| Face mesh detection (Beta) |||| |
| Pose detection (Beta) |||| |
| Selfie segmentation (Beta) |||| |
| Subject segmentation (Beta) |||| |
| Barcode scanning |||| |
| Digital ink recognition |||| |

### Table of Natural Language API Modules

| Natural Language API Modules | RNMLKit Module Completed | iOS support | Android support | New Architecture Support |
| ---------------------------- | :----------------------: | :---------: | :-------------: | :----------------------: |
| Language identification |||| |
| Translation |||| |
| Smart reply |||| |
| Entity extraction (Beta) |||| |
| Language identification |||| |
| Translation |||| |
| Smart reply |||| |
| Entity extraction (Beta) |||| |

Sections:

Expand Down

0 comments on commit 7a6ede0

Please sign in to comment.