Guest User

Untitled

a guest
Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <Picker mode="dropdown" selectedValue={this.state.stAccountPicked}>
  2. {Object.keys(this.state.stAccounts).map((item, index) => { return (
  3. <Item label={item} value={index} key={index} />) }
  4. )}
  5. </Picker>
Add Comment
Please, Sign In to add comment