From 1b3437d7007af4f3c49f92f93aca8574c5ad2038 Mon Sep 17 00:00:00 2001 From: igor-dv Date: Thu, 13 Sep 2018 10:28:43 +0300 Subject: [PATCH] Fix ts warnings --- examples/react-native-typescript/src/App.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/react-native-typescript/src/App.tsx b/examples/react-native-typescript/src/App.tsx index bf2799e2bb1..535df791b32 100644 --- a/examples/react-native-typescript/src/App.tsx +++ b/examples/react-native-typescript/src/App.tsx @@ -31,9 +31,7 @@ const styles = StyleSheet.create({ }, }); -interface Props {} - -export default class App extends React.Component { +export default class App extends React.Component<{}> { render() { return (