|
4 | 4 |
|
5 | 5 | | Name | Status | Notes |
|
6 | 6 | |------|--------|-------------|
|
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 | | |
9 | 13 | | DatePickerIOS | n/a | iOS-only. |
|
10 | 14 | | 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). | |
15 | 20 | | Navigator | Ready | |
|
16 | 21 | | NavigatorIOS | n/a | iOS-only. |
|
| 22 | +| Picker | Partial | Missing dialog-driven picker ([#535](https://github.com/ReactWindows/react-native-windows/issues/535)). | |
17 | 23 | | PickerIOS | n/a | iOS-only. |
|
18 |
| -| Picker | Partial | [Missing dialog-driven picker (#535).](https://github.com/ReactWindows/react-native-windows/issues/535) | |
19 | 24 | | ProgressBarAndroid | n/a | Android-only. See [ProgressBarWindows](../ReactWindows/ReactNative/Views/Progress/ReactProgressBarViewManager.cs). |
|
20 | 25 | | 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)). | |
23 | 28 | | SegmentedControlIOS | n/a | iOS-only. |
|
24 |
| -| Slider | Not Started | | |
25 |
| -| SliderIOS | n/a | iOS-only. | |
| 29 | +| Slider | Ready | | |
| 30 | +| SnapshotViewIOS | n/a | iOS-only. | |
26 | 31 | | StatusBar | Ready | |
|
27 | 32 | | Switch | Ready | |
|
28 | 33 | | TabBarIOS | n/a | iOS-only. |
|
29 | 34 | | 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)). | |
32 | 37 | | ToolbarAndroid | n/a | Android-only. |
|
33 | 38 | | TouchableHighlight | Ready | |
|
34 | 39 | | TouchableNativeFeedback | Not Started | [#536](https://github.com/ReactWindows/react-native-windows/issues/536) |
|
35 | 40 | | TouchableOpacity | Ready | |
|
36 | 41 | | TouchableWithoutFeedback | Ready | |
|
37 | 42 | | View | Ready | |
|
38 | 43 | | 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)). | |
40 | 45 |
|
41 | 46 | ## Modules
|
42 | 47 |
|
43 | 48 | | Name | Status | Notes |
|
44 | 49 | |------|--------|-------------|
|
| 50 | +| Accessibility | Partial | Only `accessibilityLiveRegion` and `accessibilityLabel` supported. See [#918](https://github.com/ReactWindows/react-native-windows/issues/918). | |
45 | 51 | | ActionSheetIOS | n/a | iOS-only. |
|
| 52 | +| AdSupportIOS | n/a | iOS-only. | |
46 | 53 | | Alert | Ready | See [Source](../ReactWindows/ReactNative/Modules/Dialog/DialogModule.cs). |
|
47 | 54 | | 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. | |
49 | 56 | | AppRegistry | Ready | |
|
50 |
| -| AppStateIOS | n/a | iOS-only. | |
51 | 57 | | AppState | Ready | See [Source](../ReactWindows/ReactNative/Modules/AppState/AppStateModule.cs). |
|
52 | 58 | | 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). | |
55 | 61 | | Clipboard | Ready | See [Source](../ReactWindows/ReactNative/Modules/Clipboard/ClipboardModule.cs). |
|
56 | 62 | | DatePickerAndroid | n/a | Android-only. |
|
57 | 63 | | 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 | | |
59 | 69 | | 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 | | |
63 | 74 | | 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 | | |
67 | 79 | | PushNotificationIOS | n/a | iOS-only. |
|
| 80 | +| Settings | Not Started | | |
| 81 | +| Shadow Props | Not Started | | |
68 | 82 | | StatusBarIOS | n/a | iOS-only. |
|
69 | 83 | | StyleSheet | Ready | |
|
70 | 84 | | TimePickerAndroid | n/a | Android-only. |
|
71 | 85 | | ToastAndroid | n/a | Android-only. |
|
72 |
| -| VibrationIOS | n/a | iOS-only. | |
73 | 86 | | 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