Update PlatformSpecificInformation.md

Summary:
Fix internal anchor ref links
Closes https://github.com/facebook/react-native/pull/8946

Differential Revision: D3683755

fbshipit-source-id: 5b145e751460ba24e058430b325558405fa323bf
This commit is contained in:
Pierre-Yves Desnoues 2016-08-08 04:54:37 -07:00 committed by Facebook Github Bot 9
parent 7b02c1de3f
commit deb0d60c09
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ When building a cross-platform app, you'll want to re-use as much code as possib
React Native provides two ways to easily organize your code and separate it by platform:
* Using the [`Platform` module](#platform-module).
* Using [platform-specific file extensions](#platform-specific-extensions).
* Using the [`Platform` module](docs/platform-specific-code.html#platform-module).
* Using [platform-specific file extensions](docs/platform-specific-code.html#platform-specific-extensions).
Certain components may have properties that work on one platform only. All of these props are annotated with `@platform` and have a small badge next to them on the website.