Skip to content

Instantly share code, notes, and snippets.

View jneuendorf's full-sized avatar

Jim jneuendorf

  • I4H Technologies UG
  • Berlin, Germany
View GitHub Profile
@jneuendorf
jneuendorf / app-icons.js
Created June 4, 2018 10:36
Load vector icons as sourceMap in React Native
// Define all your icons once,
// load them once,
// and use everywhere
import Ionicons from 'react-native-vector-icons/Ionicons';
import FontAwesome from 'react-native-vector-icons/FontAwesome';
// define your suffixes by yourself..
// here we use active, big, small, very-big..
const replaceSuffixPattern = /--(active|big|small|very-big)/g;