react-native/Libraries/Components
Adam Comella 4d2c72b977 NavigatorIOS: Expose interactivePopGestureEnabled property
Summary:
Previously, the back swipe navigation gesture would be enabled when the navigation bar is shown and disabled when the navigation bar is hidden.

This change enables developers to control the back swipe gesture independently of the visibility of the navigation bar. An example use case would be that an app wants to render a custom navigation bar so it sets `navigationBarHidden` to true and it wants to enable the back swipe gesture so it sets `interactivePopGestureEnabled` to true.

**Test plan (required)**

- Created a test app to verify setting `interactivePopGestureEnabled` to `true` and `false` with the navigation bar both hidden and shown.
- Verified prop works in a larger app.

Adam Comella
Microsoft Corp.
Closes https://github.com/facebook/react-native/pull/7369

Differential Revision: D3269304

Pulled By: javache

fb-gh-sync-id: ec4324f6517cec4b4fc4f62c4394dc9208a8af6a
fbshipit-source-id: ec4324f6517cec4b4fc4f62c4394dc9208a8af6a
2016-05-06 03:18:20 -07:00
..
ActivityIndicatorIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
Clipboard Annotate Clipboard module 2016-02-15 10:05:34 -08:00
DatePicker Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
DatePickerAndroid Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
DrawerAndroid Fix DrawerLayoutAndroid not able to set opacity 2016-04-16 22:45:22 -07:00
Intent Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
MapView Fix or suppress errors in react-native 2016-04-21 19:47:24 -07:00
Navigation NavigatorIOS: Expose interactivePopGestureEnabled property 2016-05-06 03:18:20 -07:00
Picker Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
ProgressBarAndroid ProgressBarAndroid: default value for styleAttr 2016-01-07 12:02:37 -08:00
ProgressViewIOS Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
RefreshControl Allow to set refresh control title color 2016-04-16 15:15:25 -07:00
ScrollView Add pagingEnabled to HorizontalScrollView 2016-05-05 04:14:22 -07:00
SegmentedControlIOS Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
Slider Fix website after open sourcing Slider 2016-04-06 08:51:23 -07:00
SliderIOS Fix website after open sourcing Slider 2016-04-06 08:51:23 -07:00
StatusBar Display component methods on the website and tweak the documentation 2016-04-09 11:13:28 -07:00
Switch Update Switch.js 2016-04-17 21:01:29 -07:00
SwitchAndroid RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
SwitchIOS RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
TabBarIOS Enable setting color of text and images on unselected tabs 2016-05-03 05:40:29 -07:00
TextInput Implement returnKeyType/returnKeyLabel on Android 2016-05-05 10:22:19 -07:00
TimePickerAndroid Fixed typo in docs 2016-04-06 08:55:20 -07:00
ToastAndroid Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ToolbarAndroid Added ColorPropType 2015-12-23 10:08:38 -08:00
Touchable Show default `activeOpacity` value in docs. 2016-04-29 03:45:26 -07:00
UnimplementedViews Quick fix to require cycle in UnimplementedView 2015-11-23 14:14:32 -08:00
View Fix bad wording in pointer events doc 2016-03-24 19:53:26 -07:00
ViewPager Add ability to disable scroll on android ViewPager 2016-04-21 19:43:27 -07:00
WebView Implemented stopLoading 2016-04-22 08:15:25 -07:00
LazyRenderer.js Decrease TTRR (time to relay request) by lazy rendering fake group header 2016-04-17 15:04:19 -07:00
ScrollResponder.js Integrate RelayConnection with RNFeed 2016-04-22 22:48:18 -07:00
StaticContainer.js Move stuff out of vendor/react_contrib/ 2015-10-12 11:18:30 -07:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00