Philipp von Weitershausen
25ae5485da
[ReactNative][MAdMan] helper for GraphQL-safe pixel size calculation
2015-04-21 08:21:52 -08:00
Andy Street
2186691812
Revert "[ReactNative] implement transform styles"
2015-04-18 11:54:08 -08:00
Bill Fisher
bd5b12c535
[ReactNative] implement transform styles
2015-04-17 22:30:21 -08:00
Spencer Ahrens
ab1efbd4c1
[ReactNative] kill for...in array iteration in deepDiffer
2015-04-17 15:52:54 -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
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
Eric Vicenti
31b6ff6d1a
[ReactNative] Replace Backstack with BackAndroid
2015-04-07 16:07:42 -08:00
Peter Janak
de8a370e02
Fixing jsdoc parsing of functions that are defined over multiple lines ( Fixes #410 )
...
Summary:
As it was implemented, the jsdoc parser would look only the first non-blank line immediately preceding a function declaration. However, the line that was set as the beginning of a function declaration was where the opening bracket (`{`) was. This is insufficient for functions whose definitions span multiple lines. For example, this declaration would not find the comments above it:
```
/**
* Clones rows
**/
cloneWithRows(
dataBlob: Array<any> | {[key: string]: any},
rowIdentities: ?Array<string>
): ListViewDataSource {
...
}
```
With this change, the parser will first check if we have a closing parenthesis. If we do and don't have a matching open parenthesis we continue moving up the lines until we find it. Then we set previous line to be the line before that, the true beginning of the function declaration.
Closes https://github.com/facebook/react-native/pull/360
Github Author: Peter Janak <pjanak@nhl.com>
Test Plan: Run the website
2015-04-04 09:56:16 -08:00
Tadeu Zagallo
57ee9e7dc0
[ReactNative] Use oss TimerMixin
2015-03-24 10:46:05 -08:00
Eric Vicenti
c9a40a989b
[ReactNative] OSS JSNavigationStack w/ Examples
2015-03-24 09:39:40 -08:00
Tadeu Zagallo
8ae0eacf17
[ReactNative] Open Source PushNotifications and move Badge Number methods and permission into it
2015-03-24 04:31:34 -08:00
Marshall Roch
cf126f1172
Flowify Library/Utilities/
2015-03-23 16:47:26 -08:00
Christopher Chedeau
e1ef0328d9
[ReactNative] Expanded license on js files
2015-03-23 13:17:54 -08:00
Basil Hosmer
d6bb48d972
more UIExplorer flow
2015-03-23 11:21:08 -08:00
Basil Hosmer
45a7b5cdcb
UIExplorer flowification
2015-03-23 00:24:47 -08:00
Spencer Ahrens
9086365faf
[ReactNative] Strip prefixes from NativeModules keys
2015-03-17 21:54:27 -08:00
Jing Chen
278932e61e
[ReactNative] Improvements on perf measurement output
2015-03-17 20:24:28 -08:00
Spencer Ahrens
d8ee4e87a1
[ReactKit] Remove NativeModulesDeprecated
2015-03-17 02:48:58 -08:00
Spencer Ahrens
54c6a7ddff
[ReactNative] Allow single callbacks in NativeModules
2015-03-17 02:48:57 -08:00
Spencer Ahrens
b396de3cc8
[ReactNative] s/RK/RCT in OSS
2015-03-17 02:48:57 -08:00
Andrew Rasmussen
6fc5a78956
[ReactNative] unbreak Android
2015-03-16 17:51:09 -08:00
Andrew Rasmussen
5f538b2284
[ReactNative] Put launchOptions in RCTPushNotificationManager
2015-03-16 12:11:50 -08:00
Christopher Chedeau
06125009dd
[ReactNative] Improve PixelRatio documentation
2015-03-16 09:08:57 -08:00
Eric Vicenti
85bcbd4bf3
[ReactNative] AlertIOS.alert and examples
2015-03-13 17:34:13 -08:00
Thomas Aylott
b51f51e47d
deepDiffer should support explicitly undefined values
2015-03-13 15:17:07 -08:00
Tadeu Zagallo
df9874de6f
[ReactNative] Move PushNotificationIOS to oss
2015-03-11 16:58:14 -08:00
Tadeu Zagallo
78ec0df464
[ReactNative] OSS CameraRoll
2015-03-09 16:48:02 -08:00
Christopher Chedeau
0f2a2e73f0
[ReactNative] Remove nativePropTypes
2015-03-09 09:49:27 -08:00
Christopher Chedeau
ea6bfbb7d6
[ReactNative] Replace all the call sites of mergeInto by Object.assign
2015-03-01 17:16:18 -08:00
Spencer Ahrens
efae175a8e
[react-packager][streamline oss] Move open sourced JS source to react-native-github
2015-02-19 21:25:11 -08:00