react-native-sdk
react-native-sdk copied to clipboard
Why dependencies the react-native-vector-icons?
The react-native-vector-icons lib has a lot of icon fonts. It is larger than 1.5 MB.
But In your ib. You guys only use one icon from this lib. <Icon name="ios-chevron-back" style={returnButtonIcon} />
So I think it is better to use the react-native-svg
lib.
We're seeing this increasing our app size too. Would love to see this optimized