Skip to content

Commit 94d9c86

Browse files
authored
Update CoreParityStatus.md
1 parent 0ea9e37 commit 94d9c86

File tree

1 file changed

+41
-37
lines changed

1 file changed

+41
-37
lines changed

docs/CoreParityStatus.md

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,85 @@
44

55
| Name | Status | Notes |
66
|------|--------|-------------|
7-
| ActivityIndicatorIOS | n/a | iOS-only. |
8-
| Button | Not Started | Simple JavaScript wrapper. |
7+
| ActivityIndicator | Ready | |
8+
| ARTGroup | Not Started | |
9+
| ARTShape | Not Started | |
10+
| ARTSurfaceView | Not Started | |
11+
| ARTText | Not Started | |
12+
| Button | Ready | |
913
| DatePickerIOS | n/a | iOS-only. |
1014
| DrawerLayoutAndroid | n/a | Android-only. See [SplitViewWindows](../ReactWindows/ReactNative/Views/Split/ReactSplitViewManager.cs). |
11-
| Image | Ready | [Missing prefetch (#366).](https://github.com/ReactWindows/react-native-windows/issues/366) |
12-
| ListView | Ready | [RecyclerBackedScrollViewManager unavailable (#186).](https://github.com/ReactWindows/react-native-windows/issues/186) |
13-
| MapView | Not Started | |
14-
| Modal | Not Started | |
15+
| Image | Partial | Missing tint color and background color ([#278](https://github.com/ReactWindows/react-native-windows/issues/278)), HTTP headers ([#689](https://github.com/ReactWindows/react-native-windows/issues/689)) |
16+
| KeyboardAvoidingView | Not Started | Dependent on [#159](https://github.com/ReactWindows/react-native-windows/issues/159). |
17+
| ListView | Ready | RecyclerBackedScrollViewManager unavailable ([#186](https://github.com/ReactWindows/react-native-windows/issues/186)). |
18+
| MapView | n/a | Deprecated in favor of [react-native-maps](https://github.com/airbnb/react-native-maps). |
19+
| Modal | Not Started | See [#618](https://github.com/ReactWindows/react-native-windows/issues/618). |
1520
| Navigator | Ready | |
1621
| NavigatorIOS | n/a | iOS-only. |
22+
| Picker | Partial | Missing dialog-driven picker ([#535](https://github.com/ReactWindows/react-native-windows/issues/535)). |
1723
| PickerIOS | n/a | iOS-only. |
18-
| Picker | Partial | [Missing dialog-driven picker (#535).](https://github.com/ReactWindows/react-native-windows/issues/535) |
1924
| ProgressBarAndroid | n/a | Android-only. See [ProgressBarWindows](../ReactWindows/ReactNative/Views/Progress/ReactProgressBarViewManager.cs). |
2025
| ProgressViewIOS | n/a | iOS-only. See [ProgressBarWindows](../ReactWindows/ReactNative/Views/Progress/ReactProgressBarViewManager.cs). |
21-
| RefreshControl | Not Started | |
22-
| ScrollView | Partial | [Missing momentum scroll events (#534).](https://github.com/ReactWindows/react-native-windows/issues/534) |
26+
| RefreshControl | Not Started | Consider building with [UWP Community Toolkit](https://github.com/Microsoft/UWPCommunityToolkit/tree/dev/Microsoft.Toolkit.Uwp.UI.Controls/PullToRefreshListView). |
27+
| ScrollView | Partial | Missing momentum scroll events ([#534](https://github.com/ReactWindows/react-native-windows/issues/534)). |
2328
| SegmentedControlIOS | n/a | iOS-only. |
24-
| Slider | Not Started | |
25-
| SliderIOS | n/a | iOS-only. |
29+
| Slider | Ready | |
30+
| SnapshotViewIOS | n/a | iOS-only. |
2631
| StatusBar | Ready | |
2732
| Switch | Ready | |
2833
| TabBarIOS | n/a | iOS-only. |
2934
| TabBarIOS.Item | n/a | iOS-only. |
30-
| Text | Ready | [Issue with measurement performance (#106).](https://github.com/ReactWindows/react-native-windows/issues/106) |
31-
| TextInput | Partial | [Missing rich text features (#272).](https://github.com/ReactWindows/react-native-windows/issues/272) |
35+
| Text | Partial | Issue with measurement performance ([#106](https://github.com/ReactWindows/react-native-windows/issues/106)). Also missing background color and borders ([#698](https://github.com/ReactWindows/react-native-windows/issues/698)) and strike-through and underlining ([#709](https://github.com/ReactWindows/react-native-windows/issues/709)). |
36+
| TextInput | Partial | Missing rich text features ([#272](https://github.com/ReactWindows/react-native-windows/issues/272)) and auto-capitalize ([#801](https://github.com/ReactWindows/react-native-windows/issues/801)). |
3237
| ToolbarAndroid | n/a | Android-only. |
3338
| TouchableHighlight | Ready | |
3439
| TouchableNativeFeedback | Not Started | [#536](https://github.com/ReactWindows/react-native-windows/issues/536) |
3540
| TouchableOpacity | Ready | |
3641
| TouchableWithoutFeedback | Ready | |
3742
| View | Ready | |
3843
| ViewPagerAndroid | n/a | Android-only. See [FlipViewWindows](../ReactWindows/ReactNative/Views/Flip/ReactFlipViewManager.cs). |
39-
| WebView | Partial | [Missing ability to set User-Agent string (#537).](https://github.com/ReactWindows/react-native-windows/issues/537) |
44+
| WebView | Partial | Missing ability to set User-Agent string ([#537](https://github.com/ReactWindows/react-native-windows/issues/537)). |
4045

4146
## Modules
4247

4348
| Name | Status | Notes |
4449
|------|--------|-------------|
50+
| Accessibility | Partial | Only `accessibilityLiveRegion` and `accessibilityLabel` supported. See [#918](https://github.com/ReactWindows/react-native-windows/issues/918). |
4551
| ActionSheetIOS | n/a | iOS-only. |
52+
| AdSupportIOS | n/a | iOS-only. |
4653
| Alert | Ready | See [Source](../ReactWindows/ReactNative/Modules/Dialog/DialogModule.cs). |
4754
| AlertIOS | n/a | iOS-only. |
48-
| Animated | Ready | See [Source](../ReactWindows/ReactNative/Modules/Core/Timing.cs). |
55+
| Animated | Ready | See [Source](../ReactWindows/ReactNative/Modules/Core/Timing.cs). [NativeAnimated](https://github.com/ReactWindows/react-native-windows/tree/master/ReactWindows/ReactNative.Shared/Animated) also supported. |
4956
| AppRegistry | Ready | |
50-
| AppStateIOS | n/a | iOS-only. |
5157
| AppState | Ready | See [Source](../ReactWindows/ReactNative/Modules/AppState/AppStateModule.cs). |
5258
| AsyncStorage | Ready | See [Source](../ReactWindows/ReactNative/Modules/Storage/AsyncStorageModule.cs). |
53-
| BackAndroid | Partial | [Working, but intent is to create a Windows-specific version (#538).](https://github.com/ReactWindows/react-native-windows/issues/538) |
54-
| CameraRoll | Not Started | |
59+
| BackAndroid | Partial | Working, but intent is to create a Windows-specific version ([#538](https://github.com/ReactWindows/react-native-windows/issues/538)). |
60+
| CameraRoll | Not Started | See [#183](https://github.com/ReactWindows/react-native-windows/issues/183). |
5561
| Clipboard | Ready | See [Source](../ReactWindows/ReactNative/Modules/Clipboard/ClipboardModule.cs). |
5662
| DatePickerAndroid | n/a | Android-only. |
5763
| Dimensions | Ready | |
58-
| IntentAndroid | n/a | Android-only. |
64+
| Easing | Ready | |
65+
| Geolocation | Ready | See [Source](../ReactWindows/ReactNative/Modules/Location/LocationModule.cs). |
66+
| ImageEditor | Not Started | |
67+
| ImagePickerIOS | n/a | iOS-only. |
68+
| ImageStore | Not Started | |
5969
| InteractionManager | Ready | |
60-
| LayoutAnimation | Partial | Missing [#175](https://github.com/ReactWindows/react-native-windows/issues/175), [#217](https://github.com/ReactWindows/react-native-windows/issues/217), [#508](https://github.com/ReactWindows/react-native-windows/issues/508) |
61-
| Linking | Partial | [Missing functionality to get initial (i.e., launch) URI (#301).](https://github.com/ReactWindows/react-native-windows/issues/301) |
62-
| LinkingIOS | n/a | iOS-only. |
70+
| Keyboard | Not Started | See [#159](https://github.com/ReactWindows/react-native-windows/issues/159). |
71+
| LayoutAnimation | Partial | Missing [#175](https://github.com/ReactWindows/react-native-windows/issues/175), [#217](https://github.com/ReactWindows/react-native-windows/issues/217) |
72+
| Layout Props | Partial | Working on integration of [facebook/css-layout](https://github.com/facebook/css-layout) |
73+
| Linking | Ready | |
6374
| NativeMethodsMixin | Ready | |
64-
| NetInfo | Partial | [Missing functionality to detect metered networks (#539).](https://github.com/ReactWindows/react-native-windows/issues/539) |
65-
| PanResponder | Partial | [Missing functionality to block native responders (#306).](https://github.com/ReactWindows/react-native-windows/issues/306) |
66-
| PixelRatio | Not Started | [#540](https://github.com/ReactWindows/react-native-windows/issues/540) |
75+
| NetInfo | Partial | Missing functionality to detect metered networks ([#539](https://github.com/ReactWindows/react-native-windows/issues/539)). |
76+
| Networking | Ready | i.e., `fetch` and XMLHttpRequest |
77+
| PanResponder | Partial | Missing functionality to block native responders ([#306](https://github.com/ReactWindows/react-native-windows/issues/306)). |
78+
| PixelRatio | Ready | |
6779
| PushNotificationIOS | n/a | iOS-only. |
80+
| Settings | Not Started | |
81+
| Shadow Props | Not Started | |
6882
| StatusBarIOS | n/a | iOS-only. |
6983
| StyleSheet | Ready | |
7084
| TimePickerAndroid | n/a | Android-only. |
7185
| ToastAndroid | n/a | Android-only. |
72-
| VibrationIOS | n/a | iOS-only. |
7386
| Vibration | Ready | See [Source](../ReactWindows/ReactNative/Modules/Vibration/VibrationModule.cs). |
74-
75-
## Polyfills
76-
77-
| Name | Status | Notes |
78-
|------|--------|-------------|
79-
| Flexbox | Ready | |
80-
| ShadowPropTypesIOS | n/a | iOS-only. |
81-
| Geolocation | Ready | See [Source](../ReactWindows/ReactNative/Modules/Location/LocationModule.cs). |
82-
| Network | Ready | See [Source](../ReactWindows/ReactNative/Modules/Network/NetworkingModule.cs). |
83-
| Timers | Ready | See [Source](../ReactWindows/ReactNative/Modules/Core/Timing.cs). |
84-
| Colors | Ready | |
87+
| VibrationIOS | n/a | iOS-only. |
88+
| Timers | Partial | `set[Interval|Timeout]` complete, missing `requestIdleCallback` ([#917](https://github.com/ReactWindows/react-native-windows/issues/917)(https://github.com/ReactWindows/react-native-windows/issues/917)) |

0 commit comments

Comments
 (0)