React Native Vector Icons - iOS And Android Setup

Опубликовано: 13 Октябрь 2024
на канале: CodeBig
13,572
166

Title: React Native Vector Icons - iOS And Android Setup

Code Big Links
----------------------------------------------------------------------------------------
Tutorials - https://teamcodebig.com/tutorials
Email us at - [email protected]

Code
----------------------------------------------------------------------------------------
1. android/app/build.gradle

project.ext.vectoricons = [
iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Name of the font files you want to copy
]

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

2. info.plist
Check iOS section in https://github.com/oblador/react-nati...

Video Outline
-----------------------------------------------------------------------------------------
0:00 - 0:15 - Introduction
0:16 - 2:25 - React Native Vector Icons Auto-linking Problems
2:26 - 4:02 - React Native Vector Icons iOS Setup
4:03 - 5:29 - React Native Vector Icons Android Setup
5:30 - 5:42 - Final Words and Future Plans

Follow us on
---------------------------------------------------------------------------------------
Facebook:   / teamcodebig  
Twitter:   / teamcodebig  
Quora : https://www.quora.com/profile/Manoj-Sm-1
Reddit:   / teamcodebig  
Patreon:   / teamcodebig  
Subscribe:    / @teamcodebig  

#reactnative #reactnativevectoricons #reactnativetutorial