I hereby claim:
- I am temirbekia on github.
- I am itemir (https://keybase.io/itemir) on keybase.
- I have a public key whose fingerprint is 87EF 9FAB 6A64 22A7 D734 165E 78F1 4249 B59B 272D
To claim this, I am signing this object:
| private func setupConstraints() { | |
| NSLayoutConstraint.activate([ | |
| scrollView.topAnchor.constraint(equalTo: view.safeTopAnchor), | |
| scrollView.leadingAnchor.constraint(equalTo: view.leadingAnchor), | |
| scrollView.trailingAnchor.constraint(equalTo: view.trailingAnchor), | |
| scrollView.bottomAnchor.constraint(equalTo: view.bottomAnchor) | |
| ]) | |
| NSLayoutConstraint.activate([ | |
| backButton.topAnchor.constraint(equalTo: scrollView.topAnchor, constant: Self.viewInsets.top), |
| import React, { Component } from 'react' | |
| import { | |
| AppRegistry, | |
| StyleSheet, | |
| Text, | |
| View, | |
| FlatList, | |
| Image, | |
| ScrollView | |
| } from 'react-native' |
| import React, { Component } from 'react'; | |
| import { StyleSheet, ScrollView, View, Image, Text, FlatList, TouchableOpacity,AppRegistry } from 'react-native'; | |
| const houses = [ | |
| { | |
| city: 'almaty', | |
| title: 'Ауезова 165', | |
| price: '20 000 000 тг', | |
| description: 'Прекрасный дом', |
I hereby claim:
To claim this, I am signing this object: