iOS
react-native-vectors-icons iOS
Last updated
Was this helpful?
react-native-vectors-icons iOS
Last updated
Was this helpful?
ios On iOS, the best way to link vector-icons is by following the instructions on the official site https://github.com/oblador/react-native-vector-icons#ios
We must add the following to the Info.plist file before the last tag </dict>
And then, in the iOS folder of our project, run pod install (image12)