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:
Issue: React Native onEndEditing makes the keypad go down, which i dont want to in this case
i have been trying to make sure that when i press the tick in keypad it doesnt go down or disapper.
I just want to make the keybad visible even after i press the tick button to add. I want the keypad to go away only when i press back on the screen.But in the code that i am going to give below it happens:
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.