mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix markdown link in blog post
Summary: See the last sentence:  Closes https://github.com/facebook/react-native/pull/8605 Differential Revision: D3522488 Pulled By: lacker fbshipit-source-id: fd1d18dc793d00931c4aa2366f0ee8c3c7eb99b9
This commit is contained in:
committed by
Facebook Github Bot
parent
a8e6a236cc
commit
948b381a14
@@ -43,7 +43,7 @@ We have a new [guide to Navigation](/react-native/docs/navigator-comparison.html
|
||||
|
||||
We also have a new [guide to handling touches](/react-native/docs/handling-touches.html) that explains some of the basics of making button-like interfaces, and a brief summary of the different ways to handle touch events.
|
||||
|
||||
Another area we worked on is Flexbox. This includes tutorials on how to [handle layout with Flexbox](/react-native/docs/flexbox.html) and how to control [the size of components](/react-native/docs/height-and-width.html). It also includes an unsexy but hopefully-useful (list of all the props that control layout in React Native)[/react-native/docs/layout-props.html].
|
||||
Another area we worked on is Flexbox. This includes tutorials on how to [handle layout with Flexbox](/react-native/docs/flexbox.html) and how to control [the size of components](/react-native/docs/height-and-width.html). It also includes an unsexy but hopefully-useful [list of all the props that control layout in React Native](/react-native/docs/layout-props.html).
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user