Merge pull request #3269 from pmadruga/docs_link_fix

fix navigator comparison link in performance doc
This commit is contained in:
James Ide 2015-10-07 15:27:28 -07:00
Родитель 441bad6bdd 2bdfb40a82
Коммит 70721858cf
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -72,7 +72,7 @@ out of the box than `Navigator`. The reason for this is that the
animations for the transitions are done entirely on the main thread, and
so they are not interrupted by frame drops on the JavaScript thread.
([Read about why you should probably use Navigator
anyways.](/docs/navigator-comparison.html))
anyways.](/react-native/docs/navigator-comparison.html))
Similarly, you can happily scroll up and down through a ScrollView when
the JavaScript thread is locked up because the ScrollView lives on the