|
|
|
|
2
|
// but the file's name and/or location (within the directory structure) don't
|
2
|
// but the file's name and/or location (within the directory structure) don't
|
3
|
// reflect that, it suggests the file is platform-independent.
|
3
|
// reflect that, it suggests the file is platform-independent.
|
4
|
import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
|
4
|
import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
|
|
|
5
|
+
|
|
|
6
|
+// FIXME Share this with fonts/selection.json
|
5
|
import icoMoonConfig from './jitsi.json';
|
7
|
import icoMoonConfig from './jitsi.json';
|
6
|
|
8
|
|
7
|
/**
|
9
|
/**
|