Syntax Error in React Native for Android Development
import { View, ScrollView, StyleSheet } from 'react-native' import Heading from './Heading' import Input from './Input' class App extends Component { constructor () { super() this.state = { input value: '', todos: [], type: 'All' } inputChange (inputValue) { this.setState({inputValue})…