docusaurus-react-native-plugin icon indicating copy to clipboard operation
docusaurus-react-native-plugin copied to clipboard

A plugin to enable React Native Web and Reanimated on Docusaurus.

Results 1 docusaurus-react-native-plugin issues
Sort by recently updated
recently updated
newest added

hi it is possible to use @expo/vector-icons? I ma using **createIconSetFromIcoMoon** from @expo/vector-icons ``` import { createIconSetFromIcoMoon } from '@expo/vector-icons'; export default createIconSetFromIcoMoon( require('./icon-settings.json'), 'Icons', 'icons.ttf' ); ``` I am...