react-native/Libraries
JasperStam aa0efd2e64 Add cardStyle prop to NavigationCardStack.
Summary:
This allows the `NavigationCard` style to be extended, the default `backgroundColor` style of the `NavigationCard` is not applicable to all apps.
Fixes issue #8116. PR #8115 was already made for this but didn't pass CI checks.

**Test plan**

When rendering a NavigationCardStack, add

```
const { CardStack } = NavigationExperimental;
...

<CardStack cardStyle={{ backgroundColor: 'purple' }} />
```

to see that the `NavigationCard` background has changed to purple.
Closes https://github.com/facebook/react-native/pull/8471

Differential Revision: D3508849

Pulled By: javache

fbshipit-source-id: 65703cccf3d01def9f2060256f0ff564bbdc47d3
2016-07-01 04:43:28 -07:00
..
ART Fixed ART views 2016-06-08 00:13:30 -07:00
ActionSheetIOS Update RCTActionSheetManager.m 2016-06-04 16:28:19 -07:00
AdSupport Text highlighting on iOS 2015-07-24 08:41:58 -08:00
Animated Fix frame calculation for natively driven animations 2016-06-30 05:28:24 -07:00
AppRegistry Refactor BugReporing to avoid multiple registers 2016-05-18 14:28:26 -07:00
AppState Updated AppState module to use new emitter system 2016-05-23 09:13:37 -07:00
BatchedBridge Update some JS in preparation for some Jest updates. 2016-06-30 01:58:40 -07:00
BugReporting Make BugReporting not pull in native module on require 2016-05-19 12:58:21 -07:00
CameraRoll Allow RCTPhotoLibraryImageLoader to handle assets-library request 2016-06-30 08:43:25 -07:00
Components Add __DEV__ around textInput prop check 2016-07-01 04:13:24 -07:00
CustomComponents Add cardStyle prop to NavigationCardStack. 2016-07-01 04:43:28 -07:00
DebugComponentHierarchy Move React Core Integration to a Dependency 2016-04-21 09:28:23 -07:00
Devtools Move React Core Integration to a Dependency 2016-04-21 09:28:23 -07:00
EventEmitter Fixes EventEmitter#once arguments not getting passed to the listener 2016-06-28 16:13:21 -07:00
Experimental More sensitive swipe gesture recognition 2016-06-15 19:13:31 -07:00
Fetch Fixes Fetch error when debugging in Chrome 2016-06-30 10:43:57 -07:00
Geolocation Update RCTNetworking, RCTNetInfo and RCTLocationManager to use new events system 2016-05-25 04:28:36 -07:00
Image First snapshot test, rendering "native" React component. 2016-06-29 21:58:17 -07:00
Inspector Update React to 15.2.0-rc.1 2016-06-16 14:44:18 -07:00
Interaction Make InteractionManager tasks cancellable 2016-06-08 22:58:19 -07:00
JavaScriptAppEngine Remove iOS platform check for running devtools 2016-07-01 04:28:48 -07:00
LayoutAnimation Properly validate layout animation config 2016-06-07 16:28:29 -07:00
Linking Hook up Android intent to Linking.js #7079 2016-06-05 18:58:24 -07:00
LinkingIOS Updated Linking and PushNotificationIOS modules to use NativeEventEmitter 2016-05-27 10:28:23 -07:00
Modal Api documentation update for modal.js 2016-06-23 18:58:30 -07:00
NativeAnimation Add support for native animations on iOS 2016-06-09 10:43:51 -07:00
NavigationExperimental BugFix: Title should be from scene.route.title 2016-06-30 17:58:25 -07:00
Network v0.27.0: fbsource 2016-06-13 14:28:25 -07:00
PushNotificationIOS Added logging to push registration failure. 2016-06-18 08:58:20 -07:00
QuickPerformanceLogger added QPL for main interactions 2015-09-29 22:25:23 -07:00
RCTTest Add UIGraphicsPush/PopContext to prevent lost reference during snapshot testing 2016-06-14 09:58:41 -07:00
RKBackendNode Move React Core Integration to a Dependency 2016-04-21 09:28:23 -07:00
ReactIOS Added the ability to set an image title in the NavigatorIOS 2016-06-23 08:28:30 -07:00
ReactNative Move React Core Integration to a Dependency 2016-04-21 09:28:23 -07:00
Sample Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
Settings Updated AppState module to use new emitter system 2016-05-23 09:13:37 -07:00
Storage Update AsyncStorage doc 2016-06-24 08:43:36 -07:00
StyleSheet Overhaul the Flexbox documentation 2016-06-24 11:58:53 -07:00
Text First snapshot test, rendering "native" React component. 2016-06-29 21:58:17 -07:00
Utilities Update some JS in preparation for some Jest updates. 2016-06-30 01:58:40 -07:00
Vibration Add support for vibration patterns 2016-03-29 21:45:20 -07:00
WebSocket Reconnect RCTWebSocketManager when packager restarts 2016-06-20 10:58:32 -07:00
react-native remove NativeMethodsMixin from react-native.js.flow 2016-06-16 22:29:05 -07:00
vendor Fixed NativeEventListener deregistration 2016-05-16 04:13:56 -07:00
Promise.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
promiseRejectionIsError.js Add possibility to `console.error`/redbox on promise rejections 2016-03-15 05:22:22 -07:00