react-native-safe-area-context
react-native-safe-area-context copied to clipboard
chore(docs): Fix broken View prop links in API docs
Updated the View prop documentation links in safe-area-listener, safe-area-provider, and safe-area-view API docs to point to the correct URL (https://reactnative.dev/docs/view#props).
Summary
This pull request updates the documentation for several components to fix the URL for the React Native View props reference. The links now correctly point to the official React Native documentation.
Documentation updates:
- Updated the "Props" section in
safe-area-provider.mdxto use the correct React NativeViewprops URL. - Updated the "Props" section in
safe-area-listener.mdxto use the correct React NativeViewprops URL. - Updated the "Props" section in
safe-area-view.mdxto use the correct React NativeViewprops URL.
Test Plan
Nothing to test.