diff options
Diffstat (limited to 'mobile/screens/Form1.js')
| -rw-r--r-- | mobile/screens/Form1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js index 590e91c..578317f 100644 --- a/mobile/screens/Form1.js +++ b/mobile/screens/Form1.js @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import {Text, Alert, AppRegistry, Button, StyleSheet, View, TextInput } from 'react-native'; -export default class ButtonBasics extends Component { +export default class Form1 extends Component { _onPressButton1() { Alert.alert('Thanks for letting us know!') } |
