A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
Brent Vatne 89fce9aead Make bounds and scale of gif network images respond to device and styles
Summary:
@vjeux and I were discussing this in irc an discovered that network gif images did not respond how they should to width, height or flex properties. Along the way I also noticed that the scale was not changing depending on the device. This PR fixes that, so now you can do `flex: 1` on a gif image to have it stretch to the whole screen. [Minimum reproducible example here](https://gist.github.com/brentvatne/f745377b0789162a28df) - try this without and then with the changes of this PR to see.
Closes https://github.com/facebook/react-native/pull/353
Github Author: Brent Vatne <brent.vatne@madriska.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-03-27 12:01:00 -08:00
Examples [ReactNative] Make it easier to generate offline bundles 2015-03-27 09:31:24 -08:00
IntegrationTests [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
Libraries Make bounds and scale of gif network images respond to device and styles 2015-03-27 12:01:00 -08:00
React Added support for text padding 2015-03-27 09:21:27 -08:00
jestSupport [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
lint [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
packager Bump packager version to match GitHub 2015-03-27 11:54:16 -08:00
.eslintignore [react-packager][streamline oss] Move open sourced JS source to react-native-github 2015-02-19 21:25:11 -08:00
.eslintrc [react-packager] Fix lint errors 2015-02-25 20:29:42 -08:00
.flowconfig flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
React.podspec [React Native] Fix CocoaPods spec 2015-03-26 05:59:38 -08:00
linter.js [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
package.json [react-packager] move dependencies to root package.json 2015-03-26 21:45:55 -08:00
runXcodeTests.sh [ReactNative] OSS snapshot tests 2015-03-24 10:16:15 -08:00