feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
7
api.hyungi.net/node_modules/qrcode/lib/can-promise.js
generated
vendored
Normal file
7
api.hyungi.net/node_modules/qrcode/lib/can-promise.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// can-promise has a crash in some versions of react native that dont have
|
||||
// standard global objects
|
||||
// https://github.com/soldair/node-qrcode/issues/157
|
||||
|
||||
module.exports = function () {
|
||||
return typeof Promise === 'function' && Promise.prototype && Promise.prototype.then
|
||||
}
|
||||
Reference in New Issue
Block a user