Dan Abramov
cba62feeec
Merge pull request #6633 from gaearon/native-tree-devtool
...
Make ReactComponentTreeDevtool work with React Native
(cherry picked from commit 45ec1265eb )
2016-05-09 22:05:16 -07:00
Christoph Pojer
09c6d53e64
Merge pull request #6620 from cpojer/master
...
Update to Jest 12. Codemod to new Jest APIs.
(cherry picked from commit d07b554291 )
2016-05-09 22:05:09 -07:00
Pieter De Baets
69bb9e3c8c
Remove some mocks that are already packaged by InitializeJavaScriptAppEngine ( #6642 )
...
(cherry picked from commit 760b1ef4c3 )
2016-05-03 12:03:13 -07:00
Pieter De Baets
772b5f9a5a
Move ReactIOS components to native subfolder ( #6643 )
...
* Move ReactIOS components to ReactNative
* Drop ReactNative subfolder
(cherry picked from commit 222f5087fe )
2016-05-03 12:02:35 -07:00
Sebastian Markbåge
64acaca8ee
Use spread instead of deprecated merge utility ( #6634 )
...
(cherry picked from commit 72ba5971ae )
2016-05-03 11:50:28 -07:00
Sebastian Markbåge
0008beb1fb
Get rid of transformMatrix/decomposeMatrix special case ( #6660 )
...
This is no longer needed on the native side.
This is also the last use of the Platform flag. React Core is now
platform agnostic with regard to React Native. So I'll remove
the mocks and dependency.
(cherry picked from commit 0e4b046634 )
2016-05-03 11:44:02 -07:00
Sebastian Markbåge
33a9603e93
Ignore events fired on missing React Native instances
...
This can happen if something gets unmounted before the event gets
dispatched. I'm not sure how this works out exactly but this
preserves previous behavior in this scenario.
(cherry picked from commit 69b6869a3e )
2016-04-25 12:53:02 -07:00
Sebastian Markbåge
ae6dfa9dae
Merge pull request #6588 from sahrens/patch-3
...
Delete ReactNativeGlobalInteractionHandler.js
(cherry picked from commit 2f2ed71bd0 )
2016-04-25 12:52:52 -07:00
Sebastian Markbåge
3b2f29ef69
Merge pull request #6584 from sahrens/patch-1
...
[RN] Don't hold interaction handles for all touches
(cherry picked from commit aacb5467a0 )
2016-04-25 12:52:41 -07:00
Ben Alpert
fd8aa077e3
Merge pull request #6572 from spicyj/rn-batch
...
Batch event handling in React Native
2016-04-21 15:15:19 -07:00
Sebastian Markbåge
5b4b6e7999
Merge pull request #6338 from sebmarkbage/reactnative2
...
Move React Core Integration and Injection to the Core Repo
(cherry picked from commit c84ad52ddb )
2016-04-20 09:39:50 -07:00