react-native/Libraries
James Ide 901c24ebb8 [Text] Ensure that the text background is transparent by default
Summary:
For a very simple view I was observing that the text background was black and had to manually be set to transparent. This ensures that text nodes have a transparent background by default.

Closes https://github.com/facebook/react-native/pull/256
Github Author: James Ide <ide@jameside.com>

Test Plan:
 This example component no longer renders what looks like a black block, and instead displays legible text.

    var Example = React.createClass({
      render: function() {
          return (
            <View style={styles.container}>
              <Text>hello</Text>
            </View>
          );
      },
    });

    var styles = StyleSheet.create({
      container: {
        flex: 1,
      },
    };
2015-04-21 19:11:26 -08:00
..
ActionSheetIOS Changed default method queue to a background queue. 2015-04-20 12:02:04 -08:00
AdSupport [React Native] RCT_EXPORT lvl.2 2015-04-08 08:34:10 -08:00
Animation Improved logging and dev menu 2015-04-19 12:56:22 -08:00
AppRegistry flowify some Libraries 2015-03-24 13:27:00 -08:00
AppStateIOS [ReactNative] Document AppStateIOS 2015-03-25 14:24:41 -08:00
BatchedBridge [ReactNative] Send batched calls from objc to js every frame + add bridge profiling 2015-04-17 04:01:02 -08:00
CameraRoll flowify some Libraries 2015-03-25 11:09:54 -08:00
Components [MAdMan] flowify AdsManagerGeoUtils 2015-04-21 08:11:30 -08:00
CustomComponents [ReactNative] Navigator contextual popToRoute and imperitive vs contextual docs 2015-04-21 13:27:44 -08:00
Device flowify some Libraries 2015-03-25 11:09:54 -08:00
Fetch [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
Geolocation Changed default method queue to a background queue. 2015-04-20 12:02:04 -08:00
Image [ReactNative] Use network image for new image assets 2015-04-21 12:45:36 -08:00
Interaction React Native: Fix InteractionManager Race Condition 2015-04-13 11:14:11 -08:00
JavaScriptAppEngine reinstate @flow 2015-04-17 18:17:16 -08:00
LinkingIOS Changed default method queue to a background queue. 2015-04-20 12:02:04 -08:00
Network Implement XmlHttpRequestBase#getAllResponseHeaders and getResponseHeader 2015-04-21 16:45:32 -08:00
Picker [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
PushNotificationIOS [ReactNative] Fix push notifications on iOS7 2015-04-10 03:09:35 -08:00
RCTTest Fixed release builds on UIExplorer 2015-04-21 18:22:34 -08:00
RCTWebSocketDebugger Fixed broken font weight on iPhone 5 2015-04-21 14:45:12 -08:00
RKBackendNode Flowify a bunch of Libraries 2015-03-24 18:22:05 -08:00
ReactIOS Revert "[ReactNative] implement transform styles" 2015-04-18 11:54:08 -08:00
Storage Add promise support to AsyncStorage 2015-04-07 01:45:26 -08:00
StyleSheet Revert "[ReactNative] implement transform styles" 2015-04-18 11:54:08 -08:00
Text [Text] Ensure that the text background is transparent by default 2015-04-21 19:11:26 -08:00
Utilities Fix AlertIOS Docs 2015-04-21 16:10:31 -08:00
Vibration [React Native] RCT_EXPORT lvl.2 2015-04-08 08:34:10 -08:00
react-native [ReactNative] introduce requireNativeComponent 2015-04-16 17:12:12 -08:00
vendor Replace ES6Promise with Promise 2015-04-15 06:06:29 -08:00
Promise.js Replace ES6Promise with Promise 2015-04-15 06:06:29 -08:00