Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaKapos committed Nov 7, 2024
1 parent 283fa76 commit a97d5c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/versioned_docs/version-0.60/parity-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This doc reports the status progress of core components modules/APIs integration

If there is a discrepancy here, or features are not being tracked that should be, please [submit an issue under vNext](https://github.com/microsoft/react-native-windows/issues/new?labels=vnext&template=vnext.md) to let us know.

You can keep track of our component and module API parity more closely on our [GitHub project board](https://github.com/microsoft/react-native-windows/projects/7).
You can keep track of our component and module API parity more closely on our [GitHub project board](https://github.com/microsoft/react-native-windows/projects).

### Components
Below are a list of components and their status towards parity between the lean core components you'd find on iOS and Android and the functionality we have today.
Expand All @@ -18,13 +18,13 @@ Below are a list of components and their status towards parity between the lean
|`ActivityIndicator`|**Complete**|-|**Complete**|
|`Button`|**Complete**|-|**Complete**|
|`FlatList`|**Complete**|-|**Complete**|
|`Image`|Partial|[`Image` project board](https://github.com/microsoft/react-native-windows/projects/18)|Partial|
|`ScrollView`|Partial|[`ScrollView` project board](https://github.com/microsoft/react-native-windows/projects/17)|Partial|
|`Image`|Partial|[`Image` project board](https://github.com/microsoft/react-native-windows/projects)|Partial|
|`ScrollView`|Partial|[`ScrollView` project board](https://github.com/microsoft/react-native-windows/projects)|Partial|
|`Switch`|**Complete**|-|**Complete**|
|`Text`|**Complete** *(Some properties not supported due to device platform differences, docs coming soon)*|**Complete**|**Complete**|
|`TextInput`|Partial|[`TextInput` project board](https://github.com/microsoft/react-native-windows/projects/20)|Partial|
|`TextInput`|Partial|[`TextInput` project board](https://github.com/microsoft/react-native-windows/projects)|Partial|
|`KeyboardAvoidingView`|**Complete**|-|Not supported|
|`View`|Partial (some Style props left)|[`ViewStyle` props project board](https://github.com/microsoft/react-native-windows/projects/19)|**Complete**|
|`View`|Partial (some Style props left)|[`ViewStyle` props project board](https://github.com/microsoft/react-native-windows/projects)|**Complete**|
|`VirtualizedList`|Partial|No Issues Logged|**Complete**|

### Modules
Expand Down

0 comments on commit a97d5c2

Please sign in to comment.