Skip to content

Commit b59d556

Browse files
-refactor: use RNVectorIcons
1 parent 70d73bf commit b59d556

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

BarcodeReaderSimpleSample/ios/BarcodeReaderSimpleSample/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@
5151
<string></string>
5252
<key>UIViewControllerBasedStatusBarAppearance</key>
5353
<false/>
54+
<key>UIAppFonts</key>
55+
<array>
56+
<string>Entypo.ttf</string>
57+
</array>
5458
</dict>
5559
</plist>

BarcodeReaderSimpleSample/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ target 'BarcodeReaderSimpleSample' do
2525

2626
post_install do |installer|
2727
react_native_post_install(installer)
28+
29+
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
2830
end
2931
end

0 commit comments

Comments
 (0)