Spencer Ahrens
ecf7baebea
[React Native] Actually bring back console.error redboxes with disable flag
2015-04-28 14:53:36 -08:00
Eric Vicenti
9209c444c7
[ReactNative] Androidized Navigator animations
...
Summary:
Added configurations for android-like animations, with gestures disabled.
@public
Test Plan: Tested on AdsManager Android
2015-04-28 13:10:49 -08:00
Nick Lockwood
48297753cf
Refactored RKSounds, moved it into it's own library, and fixed tests
2015-04-28 10:53:53 -08:00
Philipp von Weitershausen
f2b38bacbf
[ReactNative] parse localized JSON files in JS, not in ObjC
2015-04-28 09:52:35 -08:00
Nick Lockwood
bc24be8584
Fixed nil object insertion crash due to incorrectly encoded HTTP response body data
2015-04-28 04:48:32 -08:00
Eric Vicenti
8afdf30363
[ReactNative] Navigator refactor and improvements
2015-04-27 21:37:33 -08:00
Spencer Ahrens
473acdbc74
[ReactNative] Fix fatal from long press
2015-04-27 20:46:23 -08:00
Eric Vicenti
ec3d70e738
[ReactNative] Quiet Navigator context warning
2015-04-27 17:31:12 -08:00
Eric Vicenti
6749f88650
[ReactNative] Fix Navigator resetTo
2015-04-27 17:18:52 -08:00
Gabe Levi
b6e6dae6ba
[Flow] Properly fix new errors as of Flow v0.10.
2015-04-27 14:56:21 -08:00
Ben Alpert
dd56ccb9c7
[react-native] Fix capitalization of "REact"
2015-04-27 13:52:57 -08:00
Eric Vicenti
3f723f451d
[ReactNative][RFC] Yellow Box for warnings
2015-04-27 13:32:22 -08:00
Maksim Bunkow
bae4e44c60
Added placeholderTextColor property for TextInput class
...
Summary:
Closes https://github.com/facebook/react-native/pull/997
Github Author: Maksim Bunkow <bimawa@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-27 10:43:10 -08:00
Tadeu Zagallo
136431cc2f
[ReactNative] Fix struct args on exported methods
2015-04-27 04:01:37 -08:00
Gabe Levi
70c9f5140d
Clean the errors that Flow v0.10.0 finds
2015-04-26 18:31:53 -04:00
Nick Lockwood
77e38b26c5
Improved RCTActivityIndicatorView and fixed some flow errors
2015-04-26 02:17:13 -08:00
Spencer Ahrens
1cc0c96508
[React Native] Bring back console.error redboxes with disable flag
2015-04-24 17:54:16 -08:00
Spencer Ahrens
68eb3e4906
[ReactNative] geolocation method docs
2015-04-24 16:26:28 -08:00
Spencer Ahrens
a2dd7fc69f
[ReactNative] Fix dimensions in jest tests
2015-04-24 14:00:35 -08:00
Spencer Ahrens
8465859411
Fix doc generation for Geolocation
2015-04-24 13:14:24 -07:00
Krzysztof Magiera
46db1826c5
[react_native] JS files from D2017699: Expose JavaScriptEnabled property for WebView component on android.
2015-04-24 11:53:35 -08:00
Spencer Ahrens
5225acea01
Fix tests
2015-04-24 12:15:11 -07:00
Alex Kotliarskyi
970bff6132
[ReactNative] Enable resolveAssetSource for Image.android
2015-04-24 10:56:04 -08:00
Spencer Ahrens
21b4b5b352
Updates from Fri 24 Apr
2015-04-24 11:46:18 -07:00
Kevin Gozali
d094952725
[ReactNative] Re-applied D2011598
2015-04-24 10:33:41 -08:00
Andrei Coman
a635a73abc
[react_native] JS files from D2020585: [react_native] Remove focus for TextInputs when they unmount
2015-04-24 09:49:39 -08:00
Tadeu Zagallo
d293bed5ab
[ReactNative] Fix analyze errors on oss
2015-04-24 08:28:35 -08:00
Felix Oghina
d354c7dd91
[react_native] JS files from D2009062: add geolocation support
2015-04-24 02:24:18 -08:00
Ben Alpert
dd6f7743eb
Fix updating RCTText with new text of the same size
...
Summary:
Fixes #979 .
Previously, a Text whose width is determined automatically (as opposed to set by a container) would position the text incorrectly after an update to the text *if* the text's width did not change (i.e., when changing only digits in a font with tabular numbers).
Every time RCTShadowText's RCTMeasure runs, it sets the text container's size to be the maximum allowed size for the text. When RCTText's drawRect is called later, it relied on layoutSubviews having been called to set the text container's size back to the proper width. But if RCTMeasure returned the same dimensions as last time, then RCTText's frame wasn't reset and so layoutSubviews was never re-called. With this change, we set the textContainer's size each time we draw the text.
We could also fix this by using a different NSTextContainer instance in RCTMeasure. Not sure what the pros and cons of that are.
Closes https://github.com/facebook/react-native/pull/989
Github Author: Ben Alpert <balpert@fb.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-23 16:12:35 -08:00
Kevin Gozali
ee3986342a
[ReactNative][madman] Revert D2011598 temporarily
2015-04-23 15:12:01 -08:00
Eric Vicenti
36afc46274
[ReactNative] Fix for Navigator.replacePreviousAndPop
2015-04-23 14:19:44 -08:00
Philipp von Weitershausen
e88ba1a6a3
[ReactNative] Back out D2014163 entirely
2015-04-23 12:02:47 -08:00
Bill Fisher
357a54500e
Implement transform styles, redux
2015-04-23 10:17:39 -08:00
Alex Kotliarskyi
7de74b129d
[ReactNative] Move NativeModules mock to OSS
2015-04-23 09:35:55 -08:00
Jakub Zika
e293efbfb1
Bump .buckversion to 6cdb82cb7493a86c39d0f0dc3c102d0f470f55de.
2015-04-23 08:24:08 -08:00
Eduardo
aa3d343547
NavigatorIOS custom nav bar colors
...
Summary:
NavigatorIOS with custom nav bar custom colors, working example included in
UIExplorer.
Based on pull request #318 to complete pending work based on comments.
Closes https://github.com/facebook/react-native/pull/695
Github Author: Eduardo <edo.lomeli@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-23 06:32:35 -08:00
Ivan Starkov
a36da5130b
Add Linear easing to AnimationUtils
...
Summary:
Simple linear easing also very useful.
Closes https://github.com/facebook/react-native/pull/794
Github Author: Ivan Starkov <istarkov@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-23 06:03:22 -08:00
Brent Vatne
c219f61818
Add minimumTrackTintColor and maximumTrackTintColor to SliderIOS
...
Summary:
There are still many other props that can be added to further customize the SliderIOS component, but I had a specific need for these two so I just went ahead and added them.
Closes https://github.com/facebook/react-native/pull/799
Github Author: Brent Vatne <brent.vatne@madriska.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-23 05:57:15 -08:00
Dr. Kibitz
621a30c8b8
Fixes #813
...
Summary:
Also fix RCTShadowText export name.
Closes https://github.com/facebook/react-native/pull/857
Github Author: "Dr. Kibitz" <info@drkibitz.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-23 04:06:16 -08:00
Tadeu Zagallo
2bda21fbf0
[ReactNative] Flush ReactUpdates only once per batch
2015-04-22 17:57:07 -08:00
Alex Kotliarskyi
ffb3026419
[ReactNative] Pick correct assets depending on device scale
2015-04-22 16:39:54 -08:00
Spencer Ahrens
e63bfae8f6
[ReactNative] console.error shows RedBox with pretty stack trace
2015-04-22 15:51:41 -08:00
Alex Kotliarskyi
c5ea25f7fb
[ReactNative] Adopt client asset managing code to server changes
2015-04-22 13:41:28 -08:00
Nick Lockwood
fc6e209223
Fixed broken struct arguments
2015-04-22 13:25:53 -08:00
Spencer Ahrens
0727cde42c
[ReactNative] Quick fix to busted redboxes
2015-04-22 10:29:36 -08:00
Eric Vicenti
7aa413d619
[ReactNative] Fix Android back btn regression from D2010265
2015-04-22 10:06:10 -08:00
Andy Street
eafe93096c
[react_native] JS files from D2012956: [react_native] Never return null from XHR.getAllResponseHeaders if request has completed
2015-04-22 09:05:42 -08:00
Tadeu Zagallo
3595b79ec3
[ReactNative] Move VSync bound events to JS thread
2015-04-22 07:01:48 -08:00
Nick Lockwood
462224727a
Reduced prop mapping overhead
2015-04-22 04:13:25 -08:00
Andy Street
0f7ebf23a9
[react_native] JS files from D1999034: [react_native] Fix source maps on Android
2015-04-22 03:38:55 -08:00
Spencer Ahrens
58a550fa06
[ReactNative] use requireNativeComponent to clean up a bunch of boilerplate
2015-04-21 21:06:48 -08:00
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
Nick Lockwood
b1a15004de
Fixed release builds on UIExplorer
2015-04-21 18:22:34 -08:00
Josh Zana
368e507b38
Implement XmlHttpRequestBase#getAllResponseHeaders and getResponseHeader
...
Summary:
Used https://github.com/facebook/react-native/pull/382 as inspiration
but modified to return null instead of undefined as per the spec at
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest
This unblocks use of Dropbox.js within a react-native app, as well
as any other libraries that make use of these methods in XHR usage.
Closes https://github.com/facebook/react-native/issues/872
Closes https://github.com/facebook/react-native/pull/892
Github Author: Josh Zana <joshzana@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-21 16:45:32 -08:00
Mike Wilcox
17e5b04d1a
Fix Typo
...
Summary:
* This PR fixes a typo for the NetInfo docs page
Closes https://github.com/facebook/react-native/pull/937
Github Author: Mike Wilcox <mwilcox56@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-21 16:41:34 -08:00
xcatliu
404f7d9dbf
Fix AlertIOS Docs
...
Summary:
The curly braces seems to be redundant.
Closes https://github.com/facebook/react-native/pull/811
Github Author: xcatliu <xcatliu@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-21 16:10:31 -08:00
Nick Lockwood
2ee7ebae1f
Fixed broken font weight on iPhone 5
2015-04-21 14:45:12 -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
Nick Lockwood
ee898c24c7
Removed debug code from release builds
2015-04-21 09:47:21 -08: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
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
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
Alex Kotliarskyi
a8a1798449
[ReactNative] Fix Chrome debugger
2015-04-20 14:37:24 -08:00
Nick Lockwood
5ce9fa4dda
Changed default method queue to a background queue.
2015-04-20 12:02:04 -08:00
Nick Lockwood
bbd5259586
Fixed reachability
2015-04-20 08:33:56 -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
0b21df4a34
Improved logging and dev menu
2015-04-19 12:56:22 -08: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
Bill Fisher
bd5b12c535
[ReactNative] implement transform styles
2015-04-17 22:30:21 -08:00
Basil Hosmer
17be6ba82a
reinstate @flow
2015-04-17 18:17:16 -08:00
Spencer Ahrens
ab1efbd4c1
[ReactNative] kill for...in array iteration in deepDiffer
2015-04-17 15:52:54 -08:00
Spencer Ahrens
65b6d209d9
[ReactNative] cleanup some requireNativeComponent cruft
2015-04-17 15:45:12 -08:00
Philipp von Weitershausen
dbe8e31c20
[ReactNative][Navigator] Remove another unnecessary use of absolute screen width
2015-04-17 15:02:48 -08:00
Tadeu Zagallo
1883ba535c
[ReactNative] Send batched calls from objc to js every frame + add bridge profiling
2015-04-17 04:01:02 -08:00
Andy Street
70a28547dd
[react_native] JS files from D1998047: [react_native] Remove modalFullscreenView dimension
2015-04-17 03:42:50 -08:00
Andrei Coman
af895bab53
[react_native] JS files from D1994196: [react_native] TextInput fix android viewconfig mixins: [NativeMethodsMixin, TimerMixin],
2015-04-17 02:50:04 -08:00
Spencer Ahrens
915151c5d7
[ReactNative] verifyPropTypes against native exports
2015-04-16 18:15:36 -08:00
Spencer Ahrens
764854c04a
[ReactNative] introduce requireNativeComponent
2015-04-16 17:12:12 -08:00
Andy Street
baed197a7d
[react_native] JS files from D1998038: [react_native] Calculate density independent screen size in JS to prevent loss of precision
2015-04-16 14:44:34 -08:00
Philipp von Weitershausen
fd8bc3b5f6
[ReactNative] Get rid of another pair of unnecessary Dimensions.get('window')
2015-04-16 12:10:55 -08:00
Eric Vicenti
e382894ef3
[ReactNative] Navigator fix BackAndroid warning on iOS
2015-04-16 10:28:19 -08:00
Eric Vicenti
b3a2d6c574
[ReactNative] Navigator initially render all scenes
2015-04-16 10:19:52 -08:00
Krzysztof Magiera
679399289d
[react_native] Fix loadSourceMap problem with annotation section that prevents it from being loaded by packager.
2015-04-16 07:28:55 -08:00
Andrei Coman
486d871a7b
[react_native] JS files from D1997727: [react_native] TextInput rename value to text
2015-04-16 07:04:02 -08:00
Forbes Lindesay
4f8b2825a0
Replace ES6Promise with Promise
2015-04-15 06:06:29 -08:00
guru inamdar
7a68691686
MapView to support MKPointAnnotation using new attribute annotate in Map...
...
Summary:
### MapView to support Pin annotation
var pinLocation = {
latitude: property.latitude,
longitude: property.longitude,
title: property.title
};
this.state = {propertyPoint: pinLocation};
<MapView style={styles.map} region={this.state.region} annotate={this.state.propertyPoint}>
</MapView>
![mapview-pinannotation](https://cloud.githubusercontent.com/assets/845379/7100280/6c1ffc08-dfe5-11e4-9d1b-8da6a65da1bc.png )
Closes https://github.com/facebook/react-native/pull/810
Github Author: guru inamdar <guru.inamdar@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-14 18:03:37 -08:00
Kevin Gozali
e362fb2095
[ReactNative] Move image asset loading to a queue
2015-04-14 18:03:11 -08:00
Blixt
f7aeefa521
Fix typo in PanResponder documentation
...
Summary:
The documentation said the config object expected `onResponderTerminationRequest` but it expects `onPanResponderTerminationRequest`.
Closes https://github.com/facebook/react-native/pull/834
Github Author: Blixt <me@blixt.nyc>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-14 15:03:30 -08:00
Tim Yung
29696a26eb
React Native: Fix InteractionManager Race Condition
2015-04-13 11:14:11 -08:00
Nick Lockwood
26fd24dc50
Cleanup
2015-04-11 14:19:49 -08:00
Eric Vicenti
699a9c3e0c
[ReactNative] Fix focusing of nested Navigators
2015-04-10 17:58:30 -08:00
Eric Vicenti
75d52b0f33
[ReactNative] Avoid navigator scene renders during transition
2015-04-10 15:13:00 -08:00
Eric Vicenti
50959dd42c
[AdsManager|ReactNative] Switch to contextual request pop instead of parentNavigator
2015-04-10 12:54:07 -08:00