Posts by Maurício Soares • 31 points
3 posts
-
0
votes1
answer251
viewsA: Picker React Native stylization
Just create a view with the styling you want and use it involving the Picker component. This for an android project, in iOS Picker has a different behavior.
-
0
votes1
answer161
viewsQ: How to install a package manually in an React Native project?
I need to install a package in my React Native project, but when using the npm command for installation: npm install react-native-threatmetrix --save I get the following error in response: npm ERR!…
-
2
votes1
answer505
viewsQ: How to create dynamic components in React Native?
I need to create a component for evaluation, where it is possible to evaluate something with 0-5 stars by clicking on the star icons. But the way I do it, I’m exceeding the amount of this.setState()…