Davi Nascimento
Davi Nascimento
Same problem here. I have two projects on Firebase (prod and dev). I've created the prod's project before dev. I'm getting prod configs correctly. However, when I change the google-services...
After many tests, I realized that values in values.xml on path android\app\build\generated\res\google-services\debug\values\values.xml weren't beeing refreshed. I don't if it's a Google Service or react-native-firebase bug, but now it's working, I...
Maybe it works, I'll try it, thanks. I'll make a script in package.json to do it every time I build the app.
I solved this issue using viewContainer in styles. Here's my code, it centralizes placeholder to vertical center: ` viewContainer: { flex: 1, paddingLeft: 24, paddingRight: 24, justifyContent: 'center', }, inputIOSContainer:...
Exactly same issue here