Posts by Kleyton Silva • 31 points
2 posts
-
1
votes1
answer1906
viewsA: Picker synchronized React Native
Follow the solution I implemented. I separated the Picker from States and Cities. Each in different components. CITIES import React from 'react'; import { View, Picker, StyleSheet } from…
-
2
votes1
answer1906
viewsQ: Picker synchronized React Native
I have a Json with all the states and cities. I want to do when selecting the state it shows me only the cities related to the state of the selected select. My code prints the cities. with the…