Nick Lockwood
2ee7ebae1f
Fixed broken font weight on iPhone 5
2015-04-21 14:45:12 -08:00
Alexander Kotliarskyi
4792707b23
Merge pull request #851 from arthuralee/master
...
Bundle script instead of curl
2015-04-21 15:15:20 -07:00
Nick Lockwood
32084c90a2
Added missing RCTDefines.h to React lib
2015-04-21 13:33:52 -08:00
Eric Vicenti
40eeaf5b37
[ReactNative] Navigator contextual popToRoute and imperitive vs contextual docs
2015-04-21 13:27:44 -08:00
Alex Kotliarskyi
c6ad7b85d1
[ReactNative] Use network image for new image assets
2015-04-21 12:45:36 -08:00
Martin Konicek
c0c2d4ca00
[react_native] JS files from D2009265: Fix resizeMode for images
2015-04-21 12:04:32 -08:00
Eric Vicenti
45c10ffc53
[ReactNative] Navigator touch grant bug from D2001635
2015-04-21 11:26:53 -08:00
Brent Vatne
5fb5148e3d
[SliderIOS] Apply value after minimum/maximumValue in order to ensure it is properly set
...
Summary:
`value` is clamped between min/max and so order of prop application matters - `value` always ended up being set first in my tests, and consequently a value outside of the default range 0-1 would not work. So this applies the value when the min/max are set.
[Gist of broken example](https://gist.github.com/brentvatne/fc637b3e21d012966f3a )
![screenshot](http://url.brentvatne.ca/SQPC.png )
^ the second slider here should have it's cursor in the middle
/cc @tadeuzagallo
Closes https://github.com/facebook/react-native/pull/835
Github Author: Brent Vatne <brent.vatne@madriska.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-21 11:09:10 -08:00
Amjad Masad
173615ae26
[react-packager] Add jpe?g to asset extensions
2015-04-21 11:06:01 -08:00
Amjad Masad
c46c4a0ad4
[react-packager] bump watchman watch timeout to 10 seconds
2015-04-21 10:59:29 -08:00
Andy Street
f1351a4040
[react_native] JS files from D2009158: [react_native] Update other stacktrace-parser
2015-04-21 10:57:17 -08:00
Amjad Masad
77d908b975
[react-packager] Allow json files as modules
2015-04-21 10:51:15 -08:00
Jiajie Zhu
2294da777c
[catlyst|madman] make map fire onRegionChange for user zoom in/out again
2015-04-21 10:32:44 -08:00
Nick Lockwood
ee898c24c7
Removed debug code from release builds
2015-04-21 09:47:21 -08:00
Brent Vatne
9ee6cd6168
[Docs] Add TabBarIOS.Item to docs
2015-04-21 10:19:36 -07:00
Philipp von Weitershausen
25ae5485da
[ReactNative][MAdMan] helper for GraphQL-safe pixel size calculation
2015-04-21 08:21:52 -08:00
Philipp von Weitershausen
a0db658982
[MAdMan] flowify AdsManagerGeoUtils
2015-04-21 08:11:30 -08:00
Nick Lockwood
8e15a0d5e7
Added RCT_DEBUG
2015-04-21 05:24:10 -08:00
Andy Street
b0348edcae
[react_native] JS files from D2001635: [react_native] Use hardware layers during adsmanager Navigator navigation
2015-04-21 04:10:52 -08:00
Spencer Ahrens
9458299683
Merge pull request #940 from sahrens/nativeComponentDocs
...
Update custom iOS component section of README to use requireNativeComponent
2015-04-21 00:26:30 -07:00
Spencer Ahrens
1fa55c23ce
Update custom iOS component section to use requireNativeComponent
2015-04-20 19:37:01 -07:00
Lochlan Wansbrough
765779a4bd
Adds opaque
and underlayColor
to WebView.
...
Summary:
Enables overwriting of underlying colors for WebViews. Especially useful if you want to give your WebView a transparent background.
Closes https://github.com/facebook/react-native/pull/767
Github Author: Lochlan Wansbrough <lochie@live.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-20 18:11:37 -08:00
Amjad Masad
eb76762a4c
Watchman released 3.1 (no need for --HEAD
install)
2015-04-20 17:34:59 -07:00
Arthur Lee
3adcc0322e
Updated docs to reflect bundle script
2015-04-20 20:01:27 -04:00
Amjad Masad
82704adead
[react-packager] Implement Packager::getAssets
2015-04-20 16:01:15 -08:00
Arthur Lee
c13646fce1
Added bundle command using ReactPackager
...
Added bundle script
Pipe http response straight to file
Used ReactPackager directly, minor fixes
Added error handling to fs.writeFile
Changed .then to .done
2015-04-20 20:01:03 -04:00
Alex Kotliarskyi
a8a1798449
[ReactNative] Fix Chrome debugger
2015-04-20 14:37:24 -08:00
Alex Kotliarskyi
2434512847
[ReactNative] Allow JS know its URL
2015-04-20 14:20:36 -08:00
Tadeu Zagallo
0e8bc08d3f
[ReactNative] Update method name on chrome debugger
2015-04-20 12:04:52 -08:00
Nick Lockwood
5ce9fa4dda
Changed default method queue to a background queue.
2015-04-20 12:02:04 -08:00
Alex Kotliarskyi
5e2f90a73e
[ReactNative] Skip flow checks for URLs that are not bundles
2015-04-20 11:52:07 -08:00
Tadeu Zagallo
d6afe1b124
[ReactNative] Don't break when can't create executor
2015-04-20 11:21:42 -08:00
Christopher Chedeau
3e8b41f5b1
0.4.0
2015-04-20 09:53:12 -07:00
Nick Lockwood
bbd5259586
Fixed reachability
2015-04-20 08:33:56 -08:00
Tadeu Zagallo
2d5d55d17e
[ReactNative] Add if DEBUG to profile functions declarations
2015-04-20 06:03:36 -08:00
Tadeu Zagallo
915925db9d
[ReactNative] Add tests on root view, bridge, modules and js context deallocation
2015-04-20 05:40:52 -08:00
Marek Cirkos
88b6df9900
Fixed way that ScrollView handles removeClippedSubviews flag
2015-04-20 05:14:56 -08:00
Tadeu Zagallo
fb1fa12e89
[ReactNative] Better profiling API + Fix overlaping events
2015-04-20 04:57:28 -08:00
Andy Street
fde476f4e5
[react_native] JS files from D2001617: [react_native] Add support for rendering to hardware textures on Android
2015-04-20 03:10:56 -08:00
Tadeu Zagallo
0e67e33534
[ReactNative] Ensure JS calls scheduled by a deallocated context don't fire
2015-04-20 02:03:22 -08:00
Nick Lockwood
c3658fd90a
Update README.md
...
Fixed missing param.
2015-04-19 21:58:43 +01:00
Nick Lockwood
0b21df4a34
Improved logging and dev menu
2015-04-19 12:56:22 -08:00
Nick Lockwood
170c020576
Merge pull request #921 from facebook/nicklockwood-patch-1
...
Update NativeModulesIOS.md
2015-04-19 21:06:43 +01:00
Nick Lockwood
74252c9ec7
Update NativeModulesIOS.md
...
Updated documentation to include enhanced support for custom method types.
2015-04-19 18:04:45 +01:00
Alexander Kotliarskyi
9ba30b0825
Merge pull request #920 from frantic/store-server-logs
...
Print server logs from e2e tests
2015-04-18 21:16:34 -07:00
Alex Kotliarskyi
c43af9e8e3
Print server logs from e2e tests
2015-04-18 20:56:12 -07:00
Brent Vatne
ebdc041b4f
[Docs] Clarify schema support for LinkingIOS.openURL in Simulator
2015-04-18 16:32:01 -07:00
Andy Street
2186691812
Revert "[ReactNative] implement transform styles"
2015-04-18 11:54:08 -08:00
Nick Lockwood
ead0f2e020
Implemented thread control for exported methods
2015-04-18 11:13:39 -08:00
Tadeu Zagallo
2b9aaac2ff
[ReactNative] Guard against blocks being added to UIManager during dealloc
2015-04-18 06:36:25 -08:00