Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile] Address failing mobile tests #24020

Merged
merged 11 commits into from
Apr 21, 2022
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Remove code in native files that was causing the rnmobile build to fail.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '@automattic/jetpack-base-styles/gutenberg-base-styles';

.placeholder {
color: $gray;
}
Expand Down
19 changes: 19 additions & 0 deletions projects/plugins/jetpack/extensions/shared/icons.native.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.jetpack-gutenberg-social-icon {
fill: $gray-700;

&.is-facebook {
fill: var( --color-facebook );
}
&.is-twitter {
fill: var( --color-twitter );
}
&.is-linkedin {
fill: var( --color-linkedin );
}
&.is-tumblr {
fill: var( --color-tumblr );
}
&.is-google {
fill: var( --color-gplus );
}
}