Files
react-native/docs
Yann Pringault ed47efe4a1 Add Array.prototype.includes polyfill
Summary:
Add `Array.prototype.includes` polyfill.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes

I had all my `includes` running well on iOS 9 but when switching to Android `includes` threw an error.
[The compatibility table](http://kangax.github.io/compat-table/esnext/#test-Array.prototype.includes_Array.prototype.includes) shows that is not supported on Android yet as well as iOS 6-8.
With Chrome debugging it's working on both environment.
Closes https://github.com/facebook/react-native/pull/7756

Reviewed By: davidaurelio

Differential Revision: D3346873

Pulled By: vjeux

fbshipit-source-id: 2e17d29992873fbe4448b962df0423e516455b4b
2016-05-25 11:58:24 -07:00
..
2016-04-06 09:23:20 -07:00
2016-02-08 04:04:38 -08:00
2016-04-22 10:54:21 -07:00
2016-03-06 02:07:23 -08:00
2016-05-03 21:55:24 -07:00
2016-05-24 19:28:59 -07:00
2016-03-24 14:11:30 -07:00
2016-05-10 22:45:21 -07:00
2015-03-25 11:52:29 -07:00
2016-03-26 05:42:26 -07:00
2016-03-24 14:11:30 -07:00