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
Andrei Coman
a8f11d7115
[ReactNative] Add TouchableNativeFeedback to OSS
2015-08-26 01:31:52 -08:00
Amjad Masad
074069e465
[react-packager] Cleanup socket interface code
2015-08-25 17:36:08 -08:00
Amjad Masad
2b7dd4650f
[react-native] bump create server timeout
2015-08-25 17:13:13 -08:00
Andy Street
162d12cfa4
[ReactNative][SyncDiff] Allow renderToHardwareTextureAndroid to be used outside of setNativeProps
2015-08-25 16:55:51 -08:00
Andy Street
504fa60168
[ReactNative][SyncDiff] AutoSync
2015-08-25 14:54:10 -08:00
Martin Konicek
0203f87ea3
Add chalk mock
2015-08-25 22:02:19 +01:00
Martin Konicek
2f6e7336cb
Merge pull request #2435 from mkonicek/Updates_Tue_25_Aug_trois
...
Updates from Tuesday 25 August
JS test failure fix will follow.
2015-08-25 19:58:36 +01:00
Martin Konicek
19f922aa80
[cli] Fix iOS app template
2015-08-25 19:25:17 +01:00
Martin Konicek
480b5c9e2e
[website] Fix website generation
2015-08-25 19:23:41 +01:00
Martin Konicek
da7ac11c53
Updates from Tue 25 Aug
2015-08-25 19:21:59 +01:00
Martin Konicek
4f87ec5ce7
[ReactNative] Unbreak OSS packager JS tests
2015-08-25 10:18:39 -08:00
chirag04
47d33eab8a
add some apps using rn
2015-08-25 14:14:21 -04:00
Natansh Verma
8d65367fbc
Revert "[packager] Unbreak Bundler test"
2015-08-25 09:53:45 -08:00
Amjad Masad
54026024cc
[react-packager] Expose a socket interface
...
Summary:
Buck (our build system) currently starts multiple packager instances for each target and may build multiple targets in parallel. This means we're paying startup costs and are duplicating the work. This enables us to start one instance of the packager and connect to it via socket to do all the work that needs to be done.
The way this is structured:
1. SocketServer: A server that listens on a socket path that is generated based on the server options
2. SocketClient: Interfaces with the server and exposes the operations that we support as methods
3. SocketInterface: Integration point and responsible for forking off the server
2015-08-25 09:37:08 -08:00
Alexey Lang
2d2252cd50
Use native initialAppState to init app_state for AppStateIOS.
2015-08-25 09:32:28 -08:00