yotamdahan

Results 2 issues of yotamdahan

I'm trying to set the app language by user choice on first app launch. I have this [stack overflow question](https://stackoverflow.com/questions/65760785/updating-react-native-language-by-user-choice), but no luck there. ``` const Stack = createStackNavigator(); const...

Hey, I have tried to validate the step before moving to the next one. It's partially working. This is my states validation ``` const [isValid, setIsValid] = useState(true); const [errors,...