Matej Strasek
4ddc931d15
Fixing test by updating snapshot for TouchableHighlight
...
Summary:
<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Help us understand your motivation by explaining why you decided to make this change.
You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html
Happy contributing!
-->
Tests were failing due to not updated snapshot about TouchableHighlight.
Run `npm test`.
Closes https://github.com/facebook/react-native/pull/16185
Differential Revision: D6005399
Pulled By: hramos
fbshipit-source-id: eda5009b68ca121250817de448424105aec6f685
2017-10-07 16:40:43 -07:00
James Burnett
51c0e81557
remove disableAutomock from jest tests (new default) @bypass-lint
...
Reviewed By: cpojer
Differential Revision: D5237192
fbshipit-source-id: dccca52a91259d7fea27931f92bca94184a82d4a
2017-06-13 15:04:09 -07:00
Andrew Y. Chen
909af08f24
Add a nativeID prop to allow native code to reference react managed views
...
Reviewed By: sahrens
Differential Revision: D4786713
fbshipit-source-id: af9cef0737c010b429d52d00181c00bd81f13f5b
2017-04-07 12:00:40 -07:00
Andrew Y. Chen
b5327dd388
Set the enabled state on disabled button views
...
Reviewed By: AaaChiuuu
Differential Revision: D4722513
fbshipit-source-id: f4a4e6304594235b5da4e5be36358331e43bdbee
2017-04-06 21:32:05 -07:00
Cristian Carlesso
570c564e77
Update Jest to 19.0.2
...
Reviewed By: cpojer
Differential Revision: D4608167
fbshipit-source-id: c30febe287b4a7ad0237039cfdd5b6bd6fb66d1d
2017-02-24 08:30:50 -08:00
Pieter De Baets
c92ad5f6ae
Apple TV support 4: support for input (tvOS focus engine)
...
Reviewed By: shergin
Differential Revision: D4333546
fbshipit-source-id: 8655070e81dbb62a80ab1f00a43ef6c2d9654618
2016-12-19 06:28:40 -08:00
Tim Yung
23331df5a4
RN: Cleanup OSS JS & Flow Declarations
...
Reviewed By: vjeux
Differential Revision: D4210763
fbshipit-source-id: 5abaa547100b8badd13bcf311ceffc5b4098d252
2016-11-20 17:58:29 -08:00
David Aurelio
3683beb88a
RN: Update React (2/2)
...
Reviewed By: kentaromiura
Differential Revision: D4026114
fbshipit-source-id: 67808af91454d95941fea01eef58a4d9086f46e1
2016-11-04 05:43:44 -07:00
Cristian Carlesso
6a462fb085
Moving the jest configuration from jest-react-native to react native.
...
Reviewed By: cpojer
Differential Revision: D3923609
fbshipit-source-id: 62804df81b064871b499ae8c091e13dd1e0f229b
2016-10-17 08:44:05 -07:00
Cristian Carlesso
9ffe2ee0d8
Updating jest to 16.0.1
...
Reviewed By: cpojer
Differential Revision: D4001464
fbshipit-source-id: cbbf6a9d77605657151c86334fbc03d21f16e5fd
2016-10-13 13:13:46 -07:00
Christoph Pojer
75ecaf4190
Update to 14.0
...
Reviewed By: kassens
Differential Revision: D3627753
fbshipit-source-id: 35b8246c8cb61e60908d8c233a6e72063bf67096
2016-07-27 22:13:26 -07:00
David Aurelio
bd60d828c5
Remove `node_modules/react` from the list of discoverable haste modules
...
Summary: This removes `node_modules/react` from the list of directories that are used for haste module resolutions. Modules required from React are now imported with `require('react/lib/…')`.
Reviewed By: astreet
Differential Revision: D3509863
fbshipit-source-id: 32cd34e2b8496f0a6676dbe6bb1eacc18124c01e
2016-07-05 06:44:33 -07:00
Christoph Pojer
65eee61f24
Update to 13.1
...
Reviewed By: kentaromiura
Differential Revision: D3516030
fbshipit-source-id: 739003d8c1984207312b650e424397a419c5eb6a
2016-07-05 01:13:51 -07:00
Christoph Pojer
7c53addcd5
First snapshot test, rendering "native" React component.
...
Reviewed By: frantic
Differential Revision: D3449781
fbshipit-source-id: 7abf9280f98cee06d04d7e222b884de1744afb8d
2016-06-29 21:58:17 -07:00