mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 22:29:45 +08:00
LinkingIOS and IntentAndroid now unified
Summary: Closes https://github.com/facebook/react-native/pull/5733 Reviewed By: svcscm Differential Revision: D2895570 Pulled By: androidtrunkagent fb-gh-sync-id: b4e5d4de96b4453c620e82858627f08023e0a265
This commit is contained in:
committed by
facebook-github-bot-7
parent
41f5a21b56
commit
4a3900bf5d
@@ -45,7 +45,6 @@ There are properties that work on one platform only, either because they can inh
|
||||
There are known cases where the APIs could be made more consistent across iOS and Android:
|
||||
|
||||
- `<ViewPagerAndroid>` and `<ScrollView pagingEnabled={true}>` on iOS do a similar thing. We might want to unify them to `<ViewPager>`.
|
||||
- It might be possible to bring `LinkingIOS` and `IntentAndroid` closer together.
|
||||
- `ActivityIndicator` could render a native spinning indicator on both platforms (currently this is done using `ActivityIndicatorIOS` on iOS and `ProgressBarAndroid` on Android).
|
||||
- `ProgressBar` could render a horizontal progress bar on both platforms (on iOS this is `ProgressViewIOS`, on Android it's `ProgressBarAndroid`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user