React native – text must be rendered within <Text> when using image-picker
I am trying to implement an image uploader into my app. Nonetheless, I keep getting the following error: Text strings must be rendered within a component. All other files are working properly as they remain independent from this part of…