Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
const renderObject = ({ id, key, type, properties, geometry }) => { const { coordinates } = geometry; const position = new L.LatLng(coordinates[1], coordinates[0]); }
this._onPress = this._onPress.bind(this);
<ListView style={styles.listView} dataSource={this.state.users} renderRow={this.rowUser.bind(this)} />