I can't seem to find the libRNVectorIcons.a file in the project. Was it removed for some reason? I'm getting an "RNVectorIconsManager not available".
Thanks.
NM, it must be some virtual file or something. It shows up in the wizard thing when you add the library under build phases.
Yeah, like you said libRNVectorIcons.a is a build product, not a source file.
This took me close to half an hour to figure out, would it be possible to add instructions that are clearer for those who are new to React Native?
e.g - which Info.plist (where it is located), from where do I add libRNVectorIcons.a, and other specifics could help understanding
Here you are, it took me a while...

@ddcech did you solve the issue I followed the instrutions to the letter and i still get the error: RNVectorIconsManager not available, did you add library to your project and link with libRnVectorIcons.a

@jasan-s I also encountered the same problem! I added libRNVectorIcons.a. And then run just fine!
Let me toss for a long time
@jasan-s Sounds like you are hitting that same thing I am. Were you able to find out the issue? I've restarted from a clean branch three times and tried the different options in the instructions, but I'm still getting it. Something I'm missing here?
Edit: Sorry for reviving an old thread here.....
Both the iOS installation and troubleshooting guides are vague and not appropriate for new users.
Please add screenshots and more description.
Most helpful comment
This took me close to half an hour to figure out, would it be possible to add instructions that are clearer for those who are new to React Native?
e.g - which Info.plist (where it is located), from where do I add libRNVectorIcons.a, and other specifics could help understanding