Summary: When a third party library is vendored, both the original copyright header as well as React Native's header are required.

Reviewed By: fkgozali

Differential Revision: D8284116

fbshipit-source-id: 1748eb011c843a87e9ed421597571b66334edfd2
This commit is contained in:
Héctor Ramos 2018-06-09 18:01:25 -07:00 коммит произвёл Facebook Github Bot
Родитель d49ebbcf62
Коммит e79b945f75
1 изменённых файлов: 9 добавлений и 0 удалений

9
Libraries/vendor/core/whatwg-fetch.js поставляемый
Просмотреть файл

@ -1,3 +1,12 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
// Fork of https://github.com/github/fetch/blob/master/fetch.js that does not
// use reponseType: 'blob' by default. RN already has specific native implementations
// for different response types so there is no need to add the extra blob overhead.