diff options
| author | xuhaoy <xuhao.yu@mail.utoronto.ca> | 2019-02-23 10:23:23 +0000 |
|---|---|---|
| committer | xuhaoy <xuhao.yu@mail.utoronto.ca> | 2019-02-23 10:23:23 +0000 |
| commit | 598c090d54d96b9d2ea3d5940358b2e8cf157357 (patch) | |
| tree | 0a36d6639646749ea109221402924ddf7f7cbdfd | |
| parent | bc2a6a494fb22d4bddb48f22301b003f2fe724ac (diff) | |
class name change
| -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!') } |
