Relative Content

Tag Archive for androidiosreactjsreact-native

Unable to resolve module – React Native

I am trying to source an image for my mobile app in react native. But for some reason, the Metro Bundler is giving me an error that it can’t find the image source.
Error:

Two deployments in the same repository with React Native

I have a question that I would like to ask here to see your opinions. I have an app in react native, with the same repository, could I make two different deployments of two different applications and different names using the same repository? All of this would be in order to avoid having to clone the same repository, and not pass the changes by hand every time you update one of them when at the end of the day only colors and some functionalities change.