I was reading about JAVA from Google Developer Training
The Google Developer training says
the res folder holds resources, such as layouts, strings, and images
In case of RN, images aren't stored in Res (when I go to android folder in RN) so in typical android project it is not necessary to have images in Res?
2ndvalues: Instead of hardcoding values like strings, dimensions, and colors in your XML and Java files, it is best practice to define them in their respective values files. This practice makes it easier to change the values and keep the values consistent across your app.
is it like environment file?