You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345 |
- // 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 };
|