mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 23:47:47 +00:00
6 lines
234 B
JavaScript
6 lines
234 B
JavaScript
// XXX React Native 0.41.2 does not polyfill Symbol. The React source code of
|
|
// jitsi/jitsi-meet does utilize Symbol though. However, it is satisfied with a
|
|
// ponyfill.
|
|
import Symbol from 'es6-symbol';
|
|
export { Symbol as default };
|