Skip to content

Commit d885abb

Browse files
authored
Merge pull request #14 from emin93/emin93-patch-1
Update App.tsx
2 parents eff79f6 + fbe903a commit d885abb

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)