Eric Vicenti
839e533955
[ReactNative] Re-configure horizontal swipe animations
2015-04-08 21:13:32 -08:00
Kevin Gozali
e5aeb31d6f
[ReactNative] <Text>: apply the fontWeight correctly if fontFamily style is also present
2015-04-08 19:52:11 -08:00
Philipp von Weitershausen
ae76d3982b
[MAdMan] Dimensions.get('window') considered harmful
2015-04-08 18:08:23 -08:00
Josh Levine
be46ccf4c4
Navigator: Changed transitioner background color to 'transparent'
...
Summary:
... for setting the transition background color between scenes. For issue #563
Closes https://github.com/facebook/react-native/pull/654
Github Author: Josh Levine <josh.levine1@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-08 16:37:26 -08:00
David Rabkin
7c0a332b81
Fix grammar in EmbeddedApp.md
2015-04-08 16:28:29 -07:00
Ben Alpert
7a8d39e09c
[react-native] Listen on all IPv6 interfaces
2015-04-08 14:23:52 -08:00
Amjad Masad
3d2413a38a
[react-packager] Don't depend on error.stack being available
2015-04-08 14:23:18 -08:00
Spencer Ahrens
9ea0002774
[ReactNative] fixup AnimationExperimental a bit
2015-04-08 14:09:32 -08:00
Amjad Masad
bd7b9da64a
[react-packager] Implement new style asset packaging (with dimensions)
2015-04-08 13:11:21 -08:00
Alexander Kotliarskyi
83fbef5dd1
Merge pull request #758 from nicinabox/fix-packager-with-ipv6
...
Force curl to use IPv4
2015-04-08 13:41:15 -07:00
Nic Aitch
b774062bae
Force curl to use IPv4
...
Due to a curl bug, `curl localhost` doesn't work if there's an IPv6 entry in /etc/hosts
2015-04-08 14:42:15 -05:00
Christopher Chedeau
d2c00d58c5
Merge pull request #754 from vjeux/warn_global_cli
...
Warn when installing globally react-native instead of react-native-cli
2015-04-08 11:29:50 -07:00
Christopher Chedeau
0a5967dbfe
Warn when installing globally react-native instead of react-native-cli
...
This adds a react-native binary that just output some instructions.
2015-04-08 11:15:56 -07:00
Christopher Chedeau
1c7f39e461
Add JavaScript Environment in the docs and fix a few things
2015-04-08 11:06:56 -07:00
Christopher Chedeau
e0a0bb1857
Create JavaScriptEnvironment.md
2015-04-08 10:56:20 -07:00
Alex Akers
8a57c4e980
[React Native] RCT_EXPORT lvl.2
2015-04-08 08:34:10 -08:00
Christopher Chedeau
fcd33c8825
Remove Twice for Cmd+R
2015-04-08 09:26:17 -07:00
Andrei Coman
341d1a12bf
[react_native] JS files from D1955360: [react_native] Implement TextInput end editing
2015-04-08 08:06:12 -08:00
Christopher Chedeau
436682fbad
Merge pull request #743 from vinniegarcia/patch-1
...
Fix packager script breakage when running `npm start`
2015-04-08 08:06:14 -07:00
Andrei Coman
805d52198c
[react_native] JS files from D1952037: [react_native] Make TextInput focus, blur, dismiss and show keyboard work var autoCapitalize = autoCapitalizeConsts[this.props.autoCapitalize]; style={[this.props.style]}
2015-04-08 06:47:24 -08:00
Nick Lockwood
bf4868edda
Added non-class-scanning-based approach fror registering js methods
2015-04-08 05:45:20 -08:00
Vinnie Garcia
2740e08ef7
Fix packager script breakage when running npm start
2015-04-08 01:21:30 -07:00
Christopher Chedeau
21a054e9fc
[ReactNative] Update package.json
2015-04-07 22:16:30 -08:00
Spencer Ahrens
a1ec752019
[ReactNative] Do flow check when running packager
2015-04-07 21:40:05 -08:00
Ben Hiller
220e116dce
[fbobjc] revert rFBOBJCdba3daf9a595f452d069f2a74a9a11f251999b2e
2015-04-07 20:44:11 -08:00
Eric Vicenti
009f8ebe63
[ReactNative] Fix typo/bug in Navigator._completeTransition
2015-04-07 20:35:33 -08:00
Christopher Chedeau
d91d28a2a6
Unbreak npm publish
...
See https://github.com/facebook/react-native/pull/706#issuecomment-90799052
2015-04-07 21:30:46 -07:00
Eric Vicenti
d63bf428cd
[ReactNative] Fix Navigator exception when touching during transition
2015-04-07 19:54:34 -08:00
Tadeu Zagallo
6854da9b86
[ReactNative] Remove bridge retaining cycles
2015-04-07 19:42:46 -08:00
Tadeu Zagallo
72390239be
[ReactNative] Fix and re-add WebView executor
2015-04-07 18:25:38 -08:00
Christopher Chedeau
13b14d6771
0.3.5
v0.3.5
2015-04-07 18:54:50 -07:00
Christopher Chedeau
8fef46a5ff
0.3.4
2015-04-07 18:54:49 -07:00
Christopher Chedeau
d8124a3fb7
0.3.3
2015-04-07 18:54:46 -07:00
Christopher Chedeau
3a20dcf965
0.3.2
2015-04-07 18:54:42 -07:00
Christopher Chedeau
4a787bfff8
Merge pull request #736 from vjeux/up3
...
Updates from Tue 7 Apr
2015-04-07 18:39:20 -07:00
Christopher Chedeau
3f6943c9ab
Updates from Tue 7 Apr
...
- [AdsManager] Correct back button functionality | Eric Vicenti
- [ReactNative] Replace Backstack with BackAndroid | Eric Vicenti
- [ReactNative] Better error message for EADDRINUSE | Alex Kotliarskyi
- [ReactNative] npm install --save chalk | Alex Kotliarskyi
- Removed redundant views and shadow views | Nick Lockwood
- [ReactNative] Fix variable shadowing in RCTText | Tadeu Zagallo
- [react-packager] check in image-size module | Amjad Masad
- Refactored RCTLog and added facility to prepend extra data to the log message | Nick Lockwood
- [ReactNative] Fix crash on image download | Tadeu Zagallo
- [React Native] #WIP Modify RCTShadowText measure function to honor maxNumberOfLines property | Alex Akers
- Add promise support to AsyncStorage | Spencer Ahrens
- [ReactNative] Revert high-level Subscribable | Eric Vicenti
- [ReactNative] wrong deprecated prop check in RCTConvert | Kevin Gozali
- [ReactNative][MAdMan] Add type for image source, flowify AdsManagerObjectiveTypes | Philipp von Weitershausen
2015-04-07 18:26:09 -07:00
Eric Vicenti
ccbd656070
[AdsManager] Correct back button functionality
2015-04-07 16:07:43 -08:00
Eric Vicenti
31b6ff6d1a
[ReactNative] Replace Backstack with BackAndroid
2015-04-07 16:07:42 -08:00
Alex Kotliarskyi
f2d08f599b
[ReactNative] Better error message for EADDRINUSE
2015-04-07 15:39:36 -08:00
Alex Kotliarskyi
645f2a73bc
[ReactNative] npm install --save chalk
2015-04-07 15:39:35 -08:00
Christopher Chedeau
b1d3e442c8
Merge pull request #735 from nivoc/patch-2
...
Debugging on real devices
2015-04-07 16:15:30 -07:00
Matthias Kühnle
308b88f417
Debugging on real devices
...
Added a hint about how to enable debugging on real devices.
2015-04-08 00:50:55 +02:00
Nick Lockwood
60a6533422
Removed redundant views and shadow views
2015-04-07 14:08:03 -08:00
Tadeu Zagallo
bec7d0202c
[ReactNative] Fix variable shadowing in RCTText
2015-04-07 13:29:43 -08:00
Amjad Masad
5372061f21
[react-packager] check in image-size module
2015-04-07 12:25:16 -08:00
Alex Kotliarskyi
1dba7e0a5a
Allow running local cli from terminal
2015-04-07 12:33:41 -07:00
Alex Kotliarskyi
d5ba36b974
Simplify cli.js
2015-04-07 12:17:52 -07:00
Alexander Kotliarskyi
4e64c57d8d
Merge pull request #706 from TomMcHugh/master
...
Created install command and moved cli to local-cli directory
2015-04-07 12:16:32 -07:00
Nick Lockwood
80cd687e95
Refactored RCTLog and added facility to prepend extra data to the log message
2015-04-07 07:35:57 -08:00
Tadeu Zagallo
5b3e935332
[ReactNative] Fix crash on image download
2015-04-07 03:14:40 -08:00