{this.state.users.map(
user=><View key={Math.random()*10} >
<View><Text> Name : {user.name_teacher}</Text></View>
<View><Text> Username : {user.username}</Text></View>
</View>
)}
i want to display this data in table dynamic in react-native