Hector Ramos
8fa9984b11
Migrate to Circle 2.0
...
Summary:
Following the migration guide. Let's see what happens here.
Closes https://github.com/facebook/react-native/pull/14955
Differential Revision: D5877682
Pulled By: hramos
fbshipit-source-id: 2a40560120b5d8d28bc6c52cc5e5916fd1bba336
2017-09-21 14:01:30 -07:00
Michał Gregorczyk
e55583e59f
Fix oss build
...
Reviewed By: javache
Differential Revision: D5189534
fbshipit-source-id: 6096754e3caaa88a3283b3773723fac154cf989d
2017-06-06 08:30:50 -07:00
Jonathan Keljo
1ca41a56c6
Fix ReactNative build break
...
Reviewed By: asp2insp
Differential Revision: D4707219
fbshipit-source-id: a7da2aa50fa812bb63ac7697c022f7b770eeb479
2017-03-14 13:16:11 -07:00
Jonathan Keljo
0a7427f599
Migrate ReactAndroid to use Buck's new java_annotation_processor rule
...
Reviewed By: asp2insp
Differential Revision: D4654756
fbshipit-source-id: d98d55786d84cf02234699a260e8750305982267
2017-03-14 11:16:13 -07:00
Theo Yaung
acb9fa8f66
Refactor dependencies
...
Reviewed By: mkonicek
Differential Revision: D4689351
fbshipit-source-id: 35e6939379dcb6723e7749883ad9613459f9787b
2017-03-10 09:15:50 -08:00
Martin Konicek
f0394ce38b
Revert D4588356: Refactor dependencies
...
Differential Revision: D4588356
fbshipit-source-id: 88cd348ed10cbf51e8ea4cde7503f6e0f9e6c572
2017-03-10 05:45:28 -08:00
Theo Yaung
b47000a051
Refactor dependencies
...
Reviewed By: javache
Differential Revision: D4588356
fbshipit-source-id: ac13bbef8252ce87cdccc2f2d32890e94ff022fb
2017-03-09 16:22:58 -08:00
Emil Sjolander
7f8c2985a8
Rename directories
...
Reviewed By: gkassabli
Differential Revision: D4284681
fbshipit-source-id: f0c6855c2c6e4389b7867f48f72cbb697830fc5a
2016-12-07 05:14:12 -08:00
Emil Sjolander
476973e789
Remove force_static
...
Reviewed By: gkassabli
Differential Revision: D4258293
fbshipit-source-id: 053f9e607503707830e3766b1f268ab31d3081ff
2016-12-02 05:13:32 -08:00
Emil Sjolander
bed9087191
Revert D4248487: [yoga] Remove force_static
...
Differential Revision: D4248487
fbshipit-source-id: c826eb6543ff6b8d512bf688fbd395e9766df2fb
2016-11-30 12:28:32 -08:00
Emil Sjolander
89a380abc8
Remove force_static
...
Reviewed By: gkassabli
Differential Revision: D4248487
fbshipit-source-id: e5127a02561b145745cf5393a0188661469ec79b
2016-11-30 08:28:33 -08:00
Andy Street
d63ba47b59
BREAKING [react_native] Move to new C-based implementation of css-layout in RN Android
...
Summary:
Moves from CSSNodeDEPRECATED to CSSNode. This has shown to be a huge performance win for layout time within FB.
This is BREAKING because CSSNode contains bug fixes that were not migrated to CSSNodeDEPRECATED which may change the way your layout appears. The most common of these by far involves `flex: 1`.
Previously, developers had to put `flex: 1` in many places it didn't belong in order to work around a bug in css-layout. Now `flex: 1` is treated properly and, unfortunately, this means that your layout may no longer look correct. Specifically, you may see that your layout looks collapsed, or children don't render. The fix is to simply remove `flex: 1` from those containers.
Reviewed By: emilsjolander
Differential Revision: D3992787
fbshipit-source-id: 7a3a2a34a8941c0524e6ba3c5379e434d3e03247
2016-11-21 06:28:30 -08:00
Nicolas Charpentier
aa36adb116
Fix example in buck DEFS
...
Summary:
I noticed that the example doesn't match the definition below.
cc bestander
Closes https://github.com/facebook/react-native/pull/10175
Differential Revision: D3943967
Pulled By: bestander
fbshipit-source-id: 6941d4d663e1fd42f8723cd722eb8a5712a63dc8
2016-09-29 08:28:39 -07:00
Aaron Chiu
605a0a62dc
Add annotation processor to create static ReactModule infos
...
Reviewed By: lexs
Differential Revision: D3781016
fbshipit-source-id: 8169e8b55fc044df2230fd01e912c4e96a044f98
2016-09-01 19:28:57 -07:00
Michal Lowicki
af14a5b489
Enable build file sandboxing in fbobjc
...
Reviewed By: darknoon
Differential Revision: D3655364
fbshipit-source-id: 0c7d37860d358a0768fe788b589e701964063092
2016-08-19 05:28:30 -07:00
Emil Sjolander
2f1af09a36
Add new csslayout deps to buck file
...
Summary: Some new csslayout deps were added that were not properly synced to open source.
Reviewed By: bestander
Differential Revision: D3670567
fbshipit-source-id: 6890aabd2eff9dadf9b33a8b44bedc6947a8525e
2016-08-04 12:43:50 -07:00
Emil Sjolander
8dd8c41553
Point csslayout deps over to xplat
...
Reviewed By: bestander
Differential Revision: D3555221
fbshipit-source-id: cad4c74f4780c6d636fd244f7a4dcd1806241b25
2016-07-13 14:28:45 -07:00
Chris Hopman
a8acf8a5ce
Move cxx module support into oss
...
Reviewed By: mhorowitz
Differential Revision: D3319751
fbshipit-source-id: 87f91a541cfbbe45bd8561d94f269ba976a9f702
2016-05-24 19:28:59 -07:00
Alexander Blom
7446d42d33
Delete jsc-internal
...
Reviewed By: dcaspi
Differential Revision: D3304892
fbshipit-source-id: fd7ac66c81c93785c3c7887a107c8f1df222aefa
2016-05-17 11:28:34 -07:00
Chris Hopman
e9c79f85ba
Initialize glog in react native
...
Reviewed By: andreicoman11
Differential Revision: D3023912
fb-gh-sync-id: 0f240448f465fd0ad629c239f45a24f01af4dc1b
shipit-source-id: 0f240448f465fd0ad629c239f45a24f01af4dc1b
2016-03-10 06:02:21 -08:00
Andrei Coman
936b5e794b
Backed out changeset fe59b7f7c7da
...
Reviewed By: javache
Differential Revision: D2971309
fb-gh-sync-id: 0104f5499d32e0a4e4bd24128c58a9ee4aa7ca4e
shipit-source-id: 0104f5499d32e0a4e4bd24128c58a9ee4aa7ca4e
2016-02-24 08:39:35 -08:00
Chris Hopman
11843fd10e
Initialize glog in react native.
...
Reviewed By: mhorowitz
Differential Revision: D2967180
fb-gh-sync-id: fe59b7f7c7dab8b5e7f3a449e72b467e1c2c2c67
shipit-source-id: fe59b7f7c7dab8b5e7f3a449e72b467e1c2c2c67
2016-02-24 02:18:28 -08:00
Konstantin Raev
a759131ca1
another patch hoping to fix chronos
2016-02-24 10:17:56 +00:00
Konstantin Raev
96ecfade11
manual file sync for oss sync bot
2016-02-24 10:13:35 +00:00
Konstantin Raev
ecfd4f854b
patch commit that was not synced from fbsource
...
This one was not synced correctly https://phabricator.fb.com/rFAaebd840baa045b25f7c6641a0657b3cb1a01ba78
2016-02-24 10:01:37 +00:00
Konstantin Raev
ae45d8bd4c
More fixes to BUCK and java builds of OSS React Native
...
Reviewed By: mkonicek
Differential Revision: D2849743
fb-gh-sync-id: 7d0ae9a2fcfda8c017b60af3e8fe7fa4029ab6ea
2016-01-23 02:58:33 -08:00
Martin Konicek
581434ac04
Add BUCK files
2016-01-22 16:20:13 +00:00