Posts by Aline Lisboa • 11 points
2 posts
-
0
votes1
answer3819
viewsA: React-Native keyboard problems
I was having the same problem developing for Android, I managed to fix the solution this way: Open the androidManifest, edit the following line: android:windowSoftInputMode="adjustResize" Insert the…
-
1
votes1
answer1164
viewsQ: How to change the backgroundColor of a Tabnavigator in React-Native
class TelaInicial extends Component { static navigationOptions = ({ navigation }) => ({ tabBarLabel: 'Trevo', tabBarOptions: { activeTintColor: '#fff', inactiveTintColor: '#eee', showIcon: true,…
react-nativeasked Aline Lisboa 11