I have a RN (no expo) video-camera Component that works perfectly in one project and not at all in the other. I am trying to figure out why-- I assume there are conflicting packages, but I haven't found anything online that sheds info on this. I'll lay out the details below...
I am working with React Native, iOS in particular.
Both Apps have been set up with npx react-native init <projectName>
Both Apps have identical info.plist files
I am using the exact same component in each project
One Project is using React Native Stack Navigation, the one that works is very basic
The Error is as follows...
Element type is invalid: expected a string
(for built-in components) or a class/function
(for composite components) but got: undefined.
I may have answered my own question with the Stack Navigation, but I doubt that because I have commented all stack navigation out and tried running it, still with no success. I apologize if I provided any lack of information, I just do not know exactly what information is relevant and will edit the question if need be