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

Convert SafeAreaView to ES Module #31344

Closed
wants to merge 1 commit into from
Closed

Convert SafeAreaView to ES Module #31344

wants to merge 1 commit into from

Conversation

franzon
Copy link
Contributor

@franzon franzon commented Apr 12, 2021

Summary

Convert SafeAreaView to ES Module (#31330).

Changelog

[General] [Changed] - Converted SafeAreaView to ES Module.

Test Plan

Tested that npm test passes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 12, 2021
@analysis-bot
Copy link

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: a15a46c

@lunaleaps lunaleaps self-assigned this Apr 14, 2021
Copy link
Contributor

@lunaleaps lunaleaps left a comment

Choose a reason for hiding this comment

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

Other than that, this looks good to me! Thank you for working on this!!

@@ -58,4 +58,4 @@ if (Platform.OS === 'android') {
);
}

module.exports = exported;
export default exported;
Copy link
Contributor

@lunaleaps lunaleaps Apr 14, 2021

Choose a reason for hiding this comment

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

nit: maybe it's clearer to rename this to SafeAreaView?

@facebook-github-bot
Copy link
Contributor

@lunaleaps has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

1 similar comment
@facebook-github-bot
Copy link
Contributor

@lunaleaps has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@lunaleaps merged this pull request in d9a86aa.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Apr 14, 2021
@lunaleaps
Copy link
Contributor

Thanks @franzon for your contribution!

@lunaleaps lunaleaps reopened this Apr 14, 2021
@lunaleaps lunaleaps closed this Apr 14, 2021
@lunaleaps
Copy link
Contributor

Sorry accidentally clicked "Reopen and comment" lol

Kudo pushed a commit to Kudo/react-native that referenced this pull request Apr 16, 2021
Summary:
Convert SafeAreaView to ES Module (facebook#31330).

## Changelog

[General] [Changed] - Converted `SafeAreaView` to ES Module.

Pull Request resolved: facebook#31344

Test Plan: Tested that `npm test` passes.

Reviewed By: kacieb

Differential Revision: D27767463

Pulled By: lunaleaps

fbshipit-source-id: fd3aee58ae6d621a292ff3360d8833f5e5007d52
@kacieb kacieb linked an issue Apr 23, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert SafeAreaView to ES Module
4 participants