Files
jitsi-meet/react/features/base/react/Symbol.js
2017-03-01 21:31:43 -06:00

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 };