diff --git a/package.json b/package.json index efc3e5c5..780ce538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "HackathonStarter", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" @@ -9,7 +9,7 @@ "lodash": "^4.15.0", "react": "15.3.1", "react-native": "0.32.0", - "react-native-elements": "0.5.2", + "react-native-elements": "0.5.4", "react-native-vector-icons": "^2.1.0", "react-redux": "^4.4.5", "redux": "^3.5.2" diff --git a/src/contact/Contact.js b/src/contact/Contact.js index dcc50216..21a405ca 100644 --- a/src/contact/Contact.js +++ b/src/contact/Contact.js @@ -14,17 +14,26 @@ import { let styles = {} class Contact extends Component { + componentDidMount () { + console.log('refs:', this.refs) + } render () { + console.log('refs from Contact:', this.refs) return ( Forms - Name - + Name + Address - + Phone