docs: Incorrect import in handling-iphonex.md
In the example the SafeAreaView is imported from react-native-safe-area-view, but in the description it is imported from react-navigation, which may cause confusion.
TL;DR: Make sure to add your changes to versioned docs
Thanks for opening a PR!
The docs cover several versions of react-navigation, and in some cases there are several files (for version 1, version 2 and etc.) that all describe a single page of the docs (eg. "Getting Started").
Please make sure that the edit you're making in docs/file-you-edited.md is also included in the file for the correct version, eg. /versioned_docs/version-3.x/file-you-edited.md for version 3. If such file doesn't exist, please create it. :+1:
Deploy preview for react-navigation-docs ready!
Built with commit 7921b30b16bc445f4b6c35f22ed7586b8f8eeb74
https://deploy-preview-996--react-navigation-docs.netlify.app
Thanks for the PR. However this seems to be fixed, so I'm closing this.