Ensure only MaterialIcon fonts are loaded for ios

This commit is contained in:
Brandon Presley 2022-11-15 18:09:53 +13:00
parent 6b7849b414
commit 2aa8c690f1
1 changed files with 5 additions and 0 deletions

5
react-native.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
dependencies: {
'react-native-vector-icons': {platforms: {ios: null}},
}
}