Skip to content

Commit cec4595

Browse files
committed
remove outdated info
1 parent dabc5fd commit cec4595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/KnownIssues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ There are properties that work on one platform only, either because they can inh
4646
There are known cases where the APIs could be made more consistent across iOS and Android:
4747

4848
- `<AndroidViewPager>` and `<ScrollView pagingEnabled={true}>` on iOS do a similar thing. We might want to unify them to `<ViewPager>`.
49-
- `alert()` needs Android support (once the Dialogs module is open sourced)
5049
- It might be possible to bring `LinkingIOS` and `IntentAndroid` closer together.
5150
- `ActivityIndicator` could render a native spinning indicator on both platforms (currently this is done using `ActivityIndicatorIOS` on iOS and `ProgressBarAndroid` on Android).
5251
- `ProgressBar` could render a horizontal progress bar on both platforms (on iOS this is `ProgressViewIOS`, on Android it's `ProgressBarAndroid`).

0 commit comments

Comments
 (0)