mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
Add docs for 'IntentAndroid'
This commit is contained in:
parent
4cb04315e7
commit
2f32cccce7
@ -51,7 +51,7 @@ There are known cases where the APIs could be made more consistent across iOS an
|
||||
|
||||
- `<AndroidViewPager>` and `<ScrollView pagingEnabled={true}>` on iOS do a similar thing. We might want to unify them to `<ViewPager>`.
|
||||
- `alert()` needs Android support (once the Dialogs module is open sourced)
|
||||
- It might be possible to bring `LinkingIOS` and `IntentAndroid` (to be open sourced) closer together.
|
||||
- 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`).
|
||||
|
||||
|
@ -228,6 +228,7 @@ var apis = [
|
||||
'../Libraries/Utilities/BackAndroid.android.js',
|
||||
'../Libraries/CameraRoll/CameraRoll.js',
|
||||
'../Libraries/Utilities/Dimensions.js',
|
||||
'../Libraries/Components/Intent/IntentAndroid.android.js',
|
||||
'../Libraries/Interaction/InteractionManager.js',
|
||||
'../Libraries/LayoutAnimation/LayoutAnimation.js',
|
||||
'../Libraries/LinkingIOS/LinkingIOS.js',
|
||||
|
Loading…
x
Reference in New Issue
Block a user