Current behaviour
The documentation said that you are using react native vector icons library. But by default your library is referring to Material Icons. How may I use the other icons within react native vector icons such as in icons and Material Community Icons?? I'm trying to use this is App Drawer following your snack example code.
Expected behaviour
Now its not working to set the mode to other icons. I tried manually adding react native icons. But the colors and alignments is not matching other icons in the appdrawer.

Your Environment
| software |
version |
| react-native |
Latest |
| react-native-paper |
Latest |
| node |
Latest |
| npm or yarn |
Latest |
Current behaviour
The documentation said that you are using react native vector icons library. But by default your library is referring to Material Icons. How may I use the other icons within react native vector icons such as in icons and Material Community Icons?? I'm trying to use this is App Drawer following your snack example code.
Expected behaviour
Now its not working to set the mode to other icons. I tried manually adding react native icons. But the colors and alignments is not matching other icons in the appdrawer.
Your Environment