Spencer Ahrens
f1c9c5c2af
[RN] Disable flaky testJavaScriptExecutorIsDeallocated
2015-08-31 13:50:05 -08:00
Spencer Ahrens
9ad2c322c0
[RN] improve elastic easing
...
Summary:
1) Makes params more intuitive (only one now, bounciness, which maps intuitively to number of oscillations).
2) Satisfies boundary conditions (f(0) = 0, f(1) = 1) so animation actually goes where you tell it (before it would finish at a random location depending on the input params).
3) Simple test to verify boundary conditions.
2015-08-31 13:39:00 -08:00
Amjad Masad
d87480e9ac
[react-pacakger] Fix failing test
...
Summary:
Fix failing test that matches the exact error string to match using `contains`.
I was under the impression that jest tests were running in CI -- turns out not yet.
2015-08-31 12:42:29 -08:00
Spencer Ahrens
1a411a7869
Merge pull request #2507 from sahrens/updateWebsite
...
Update auto gen docs
2015-08-31 12:45:27 -07:00
Spencer Ahrens
51b1f399be
Update auto gen docs
...
* docgen -> v2.0.1 to support ES6 classes.
* Add `<Modal>` and `<ProgressViewIOS>` components to docs.
2015-08-31 12:23:11 -07:00
Spencer Ahrens
94ae886060
[RN] add clarifying Android-only comment to Portal
2015-08-31 11:10:45 -08:00
James Ide
81c2216d82
[RN Debugger] Don't try to handle messages without a method
...
Summary:
Some messages are special and are intended for the devtools, like `{$open: id}` and `{$error: id}`. The main debugger-ui page can't handle these and thinks something is wrong when `object.method` is undefined. This diff handles messages only if they specify a method.
Fixes #2377
Closes https://github.com/facebook/react-native/pull/2405
Github Author: James Ide <ide@jameside.com>
2015-08-31 11:09:57 -08:00
Spencer Ahrens
d080c8dc2b
[RN] fix TimerExample
...
Summary:
Pressing clear would crash if timer was unmounted.
Fixed by not rendering clear button when timer unmounted.
2015-08-31 10:06:59 -08:00
Spencer Ahrens
6f3849ea7b
[RN] Disable TimersTest - sporadic failures on Travis
...
Summary:
Can't get any local failures to trigger. Travis failure:
https://travis-ci.org/facebook/react-native/jobs/78064148
2015-08-31 09:52:23 -08:00
Amjad Masad
250494acd3
[react-packager] Fail loudly with errors from the transformer
2015-08-31 09:27:26 -08:00
James Ide
34c74eaead
Merge pull request #2505 from dubert/patch-1
...
[Showcase] fix broken icon app image link for Facebook Ads Manager
2015-08-31 09:50:36 -07:00
Luke Dubert
c086a352b3
[Showcase] fix broken icon link
2015-08-31 12:46:15 -04:00
Martín Bigio
7fed668841
[react-packager] Cache BundlesLayout
2015-08-31 07:13:35 -08:00
Brent Vatne
fdc7d49a08
[Showcase] Add Exponent to the list
2015-08-30 13:44:37 -07:00
Brent Vatne
b35a15135d
[Showcase] Use the actual name from the Play store for Adverts Manager
2015-08-30 13:42:04 -07:00
Brent Vatne
2bc2534d91
[Showcase] Add a few more apps, improve styling
2015-08-30 13:38:09 -07:00
Felix Oghina
53fc5624e4
[reactnative] send platform arg with all packager requests
2015-08-29 06:36:18 -08:00
Brent Vatne
bbf7a8f49e
Merge pull request #2482 from esauter5/master
...
Add DropBot app to Showcase
2015-08-28 12:15:41 -07:00
Tadeu Zagallo
aee74efde7
[ReactNative] Add JSC profiler to Dev Menu
...
Summary:
Add JSC profiler to the dev menu and rename the pre-existent one to systrace.
For now it just outputs to the console, but a better workflow is on the way.
2015-08-28 10:31:47 -08:00
Eric Sauter
3357bec8c0
Add DropBot to Showcase
2015-08-28 10:39:52 -04:00
Pieter De Baets
e15f584a3d
Slim RCTSourceCode in production
2015-08-28 05:46:35 -08:00
Tadeu Zagallo
8c19b58eef
[ReactNative] Move babel to oss folder
2015-08-28 04:14:00 -08:00
Andrei Coman
06c1b4dffd
[ReactNative][SyncDiff] Add Movies app
2015-08-28 03:03:53 -08:00
Nick Lockwood
fa6bc1c3cd
Fixed WebView example
2015-08-27 14:08:17 -08:00
Christopher Chedeau
fdf76b419a
Merge pull request #2470 from chirag04/showcase_size
...
[Showcase] Reduce the width on showcase items
2015-08-27 13:11:31 -07:00
chirag04
791ed112f2
reduce the width on showcase items
2015-08-27 16:08:14 -04:00
Christopher Chedeau
b1573a45a7
Merge pull request #2337 from chirag04/showcase
...
showcase link on React-native website.
2015-08-27 12:51:12 -07:00
Eric Vicenti
99bd57aef2
[ReactNative] Improve error handling with missing bridge callback
...
Summary:
This will throw an error message with the problematic callback module/method. Previously we would get an invariant in this case when we try to access `callback.apply` later in the method.
2015-08-27 11:02:58 -08:00
Martín Bigio
5dbde93ec6
[react-packager] `System.import` transform
2015-08-27 09:28:48 -08:00
Andrei Coman
8ec1a180df
[ReactNative][SyncDiff] Add more items to react-native target
2015-08-27 06:31:30 -08:00
Amjad Masad
34b5aa2a57
[react-packager] Fix races
...
Summary:
A few potential races to fix:
1. Multiple clients maybe racing to delete a zombie socket
2. Servers who should die because other servers are already listening are taking the socket with them (move `process.on('exit'` code to after the server is listening
3. Servers which are redundant should immediatly die
2015-08-27 01:41:11 -08:00
Amjad Masad
1598cc6979
[react-packager] bump create server timeout to 60s
2015-08-26 23:11:44 -08:00
Alex Kotliarskyi
c7b1509615
[react-native] Fix tests and re-enable CI
2015-08-26 20:58:24 -08:00
James Ide
a88daba06f
Merge pull request #2452 from Reparadocs/master
...
Changing Linked Libraries URI to point to the right page
2015-08-26 20:34:56 -07:00
Alex Kotliarskyi
5b25f208c5
[ReactNative] Teach flow how to deal with images
2015-08-26 18:26:09 -08:00
Rishab U Hegde
326768a949
Changing Linked Libraries URI to point to the right page
2015-08-26 18:47:03 -07:00
Martín Bigio
ac5c1e9cc4
[react-packager] Make sure server is listening on socket
2015-08-26 16:25:17 -08:00
Andy Street
a9115bcbb3
[ReactNative][SyncDiff] Add parameter to allow turning on/off off screen rendering for alpha compositing
2015-08-26 15:15:36 -08:00
Martin Konicek
fc06dc8e37
Merge pull request #2448 from mkonicek/Updates_Wed_26_Aug_2
...
More updates from Wed 26 Aug
2015-08-26 19:24:35 +01:00
Nick Lockwood
7bf157c92c
Fix assertion when modules are accessed early on in bridge startup
2015-08-26 10:01:29 -08:00
Martin Konicek
590156a360
More updates from Wed 26 Aug
2015-08-26 18:52:03 +01:00
Martin Konicek
9ffbfaeb35
[ReactNative] Disable flaky Obj-C test
2015-08-26 09:34:03 -08:00
Martin Konicek
6d78b75a10
Update CONTRIBUTING.md
2015-08-26 17:04:53 +01:00
Martin Konicek
a0c3b426de
Update react-native-cli/CONTRIBUTING.md
2015-08-26 16:35:03 +01:00
Martin Konicek
9576657b57
Update react-native-cli/CONTRIBUTING.md
2015-08-26 16:04:48 +01:00
Martin Konicek
dd9bbb4bca
Update react-native-cli/CONTRIBUTING.md
2015-08-26 16:02:43 +01:00
Andrei Coman
f2da308928
[ReactNative] Add unimplemented views for some components
2015-08-26 05:47:12 -08:00
Martin Konicek
57adecc36e
Merge pull request #2443 from mkonicek/Updates_Wed_26_Aug
...
Updates from Wed 26 Aug
2015-08-26 14:23:12 +01:00
Martin Konicek
5526533f51
Updates from Wed 26 Aug
2015-08-26 14:04:01 +01:00
Felix Oghină
626f828d54
[reactnative] remove platform option from oss packager
2015-08-26 04:49:41 -08:00