We are currently bundling all fonts from react-native-vector-icons (1020K) where we could be bundling only FontAwesome & Octicons (192K).
Apparently, if we avoid linking this package using react-native link, and instead configure build.gradle and iOS plist, we can achieve that.
Do we want to save 800K here or is it not worth bothering?