react-native/website/core
Joel Marcey cb31d4cb6d Use tabIndex instead of tabindex
Summary:
There is a little bit of dogscience here, but I believe JSX is wanting
`tabIndex` instead of `tabindex`. We have `tabindex` as an attribute in
our Algolia search; changing it to `tabIndex` removes the warning.

**Before**

<img width="1262" alt="screenshot 2016-07-12 11 05 47" src="https://cloud.githubusercontent.com/assets/3757713/16772199/4bff2d0e-4821-11e6-822f-a729656fec53.png">

**After**

<img width="1254" alt="screenshot 2016-07-12 11 09 47" src="https://cloud.githubusercontent.com/assets/3757713/16772201/4e09eb34-4821-11e6-9c5e-5e3d7e21c4bd.png">
Closes https://github.com/facebook/react-native/pull/8721

Differential Revision: D3550398

fbshipit-source-id: b7821d1940cd4c7880ee6fb907bcb16b44087750
2016-07-12 12:28:22 -07:00
..
AlgoliaDocSearch.js Use tabIndex instead of tabindex 2016-07-12 12:28:22 -07:00
BlogPost.js Introduce blog 2016-03-24 14:11:30 -07:00
BlogSidebar.js Introduce blog 2016-03-24 14:11:30 -07:00
DocsSidebar.js Improve Docs navigation on handheld devices. 2016-05-20 02:50:08 -07:00
H2.js Fix issues running the website locally on windows with npm3 2016-01-02 03:56:32 -05:00
Header.js fix all anchor links in docs 2016-02-29 09:21:31 -08:00
HeaderLinks.js Improve Docs navigation on handheld devices. 2016-05-20 02:50:08 -07:00
HeaderWithGithub.js Remove default argument syntax on getVersionedGithubPath() 2016-05-07 14:10:33 -07:00
Marked.js Add react-native-web-player to core components docs 2016-06-22 14:13:22 -07:00
Prism.js Add copyright header on website files 2015-03-23 10:56:09 -07:00
Site.js Remove Releases tab from header 2016-03-09 19:36:26 -08:00
WebPlayer.js Update web player and add it to UsingAListView docs page. 2016-07-05 20:13:40 -07:00
center.js Add copyright header on website files 2015-03-23 10:56:09 -07:00
slugify.js Add copyright header on website files 2015-03-23 10:56:09 -07:00
unindent.js Add copyright header on website files 2015-03-23 10:56:09 -07:00