mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 23:22:41 +08:00
Summary:Full discussion in FB group: https://www.facebook.com/groups/reactnativeoss/permalink/1532669803696315/ **Test plan** In the following examples I use a different image than the one built in to UIExplorer because this one better demonstrates the alignment:    If you want to try this for yourself, you can copy this into the inline image example: ```javascript <Text style={{fontSize: 20}}> This text contains an inline image, look at it! <Image source={{uri: 'https://d3fzfeknznuaac.cloudfront.net/images4/open_list_plus_grey@2x.png'}} style={{height: 15, width: 15}} />. Neat, huh? </Text> ``` Closes https://github.com/facebook/react-native/pull/6528 Differential Revision: D3075801 Pulled By: foghina fb-gh-sync-id: afbe5873d865cd1fa90f7713563539ad22633879 shipit-source-id: afbe5873d865cd1fa90f7713563539ad22633879
Building React Native for Android
See docs on the website.