Answer the question
In order to leave comments, you need to log in
Render method is inherited in extends?
import React, { Component } from 'react';
import { styles } from '../styles';
import { View, Text } from 'react-native';
import { connect } from 'react-redux';
class Progressbar extends Component {
constructor(props) {
super(props);
this.state = {
};
}
render() {
}
}
export default Progressbar;
extends Component
?? Answer the question
In order to leave comments, you need to log in
render method inherits from extends Component??
There is a creation (and not a call) of the render method that returns JSX, and JSX is processed somewhere and somehow.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question