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

Add 0.71 blog post #3513

Merged
merged 17 commits into from
Jan 12, 2023
Merged

Add 0.71 blog post #3513

merged 17 commits into from
Jan 12, 2023

Conversation

rickhanlonii
Copy link
Member

No description provided.

@netlify
Copy link

netlify bot commented Jan 12, 2023

Deploy Preview for react-native ready!

Name Link
🔨 Latest commit d255427
🔍 Latest deploy log https://app.netlify.com/sites/react-native/deploys/63c03331a6206f0009b611d2
😎 Deploy Preview https://deploy-preview-3513--react-native.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@elicwhite elicwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really great, I love the inline images and gifs

website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved
website/blog/2023-01-12-version-071.md Outdated Show resolved Hide resolved

This release includes a number of new props inspired by web standards to align React Native’s APIs across many platforms. These new props are purely additive so there are no expected migrations or change of behavior for equivalent accessibility, behavior, or style props.

For any new prop alias introduced, if there is an existing prop with a different name and both are specified, the new alias prop value will take precedence. For example, this release adds a `src` prop alias for `source` on the Image component to align with the `src` prop on web. If both `src` and `source` are provided, the new `src` prop will be used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is not very clear to me whether it’s recommended to use the new props or not. as in — are they going to eventually replace the old ones? coexist forever?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear to me what the recommendation is, or if we plan to remove the old props in a future version. @necolas @lunaleaps do you know thee answer?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small heads up that we are going to publish the blogpost leaving this as unclear for now. It could require longer discussion and we could update the blogpost once we have more clarity on how to proceed.

@Simek
Copy link
Collaborator

Simek commented Jan 12, 2023

In general, we usually do not use italic font style in docs content or in blog posts.

This post includes a lot of italic stylization, with hard to detect rule, when it's applied, and when not. Can we remove it at least from the links, for the overall content consistency?

I did a first round of review, applying the basic suggestions that have been pointed out by reviewers.
@rickhanlonii
Copy link
Member Author

@Simek good call on the italics, this was applied from copying from Google Docs for some reason.

Copy link
Contributor

@cortinico cortinico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on the New Architecture and Hermes side 👍

website/blog/2023-01-12-version-071.md Show resolved Hide resolved

This release includes a number of new props inspired by web standards to align React Native’s APIs across many platforms. These new props are purely additive so there are no expected migrations or change of behavior for equivalent accessibility, behavior, or style props.

For any new prop alias introduced, if there is an existing prop with a different name and both are specified, the new alias prop value will take precedence. For example, this release adds a `src` prop alias for `source` on the Image component to align with the `src` prop on web. If both `src` and `source` are provided, the new `src` prop will be used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small heads up that we are going to publish the blogpost leaving this as unclear for now. It could require longer discussion and we could update the blogpost once we have more clarity on how to proceed.

@cipolleschi cipolleschi merged commit 6135491 into facebook:main Jan 12, 2023
@rickhanlonii rickhanlonii deleted the 71-blog branch January 13, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants