Skip to content

Commit fbe903a

Browse files
authored
Update App.tsx
1 parent eff79f6 commit fbe903a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://github.com/emin93/react-native-template-typescript
77
*/
88

9-
import React from 'react';
9+
import React, { Component } from 'react';
1010
import {
1111
Platform,
1212
StyleSheet,
@@ -22,7 +22,7 @@ const instructions = Platform.select({
2222
});
2323

2424
interface Props {};
25-
export default class App extends React.Component<Props> {
25+
export default class App extends Component<Props> {
2626
render() {
2727
return (
2828
<View style={styles.container}>

0 commit comments

Comments
 (0)