mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Document Android native communication
Summary: Native communication is documented for iOS but not Android. Typically pages in Guides (IOS) and Guides (Android) share a common structure/content but provide language specific examples. I followed this pattern with the Android native communication documentation. It is missing some content that the iOS documentation contains, such as the layout computation flow. But provides a solid base for future efforts. Ran local instance of React Native website. Went to http://localhost:8079 and read through the new page (react-native/docs/communication-android.html). Also tested links two/from the page. As a result of this link testing, I updated the Native Modules Android documentation to link to the Apple TV documentation, as it is now the previous page on the navigation sidebar. Closes https://github.com/facebook/react-native/pull/14316 Differential Revision: D5865137 Pulled By: hramos fbshipit-source-id: 10ec7d2b08667e70bc38576ecc56da457859e8b1
This commit is contained in:
committed by
Facebook Github Bot
parent
12f123d3e4
commit
a43a988128
@@ -5,7 +5,7 @@ layout: docs
|
||||
category: Guides (Android)
|
||||
permalink: docs/android-building-from-source.html
|
||||
banner: ejected
|
||||
next: contributing
|
||||
next: communication-android
|
||||
previous: android-ui-performance
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user