From a4b32de289802ad1013b918a51c42b7c428b69cf Mon Sep 17 00:00:00 2001 From: ptrocki Date: Fri, 31 May 2019 11:11:57 +0200 Subject: [PATCH] Add section Handling multiple native views (#950) * Add Handling multiple native views section. * Fix typos and change javascript to jsx * Rename ref * Improve native-components-ios * Update native-components-ios.md --- docs/native-components-ios.md | 73 +++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/docs/native-components-ios.md b/docs/native-components-ios.md index 8e7639e7623f00..6e1ee76cefec42 100644 --- a/docs/native-components-ios.md +++ b/docs/native-components-ios.md @@ -382,6 +382,79 @@ class MyApp extends React.Component { } ``` +## Handling multiple native views + +A React Native view can have more than one child view in the view tree eg. + +```jsx + + + +