Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

this.props undefined react native

I think you're missing the following, try replacing your constructor:

constructor(props) {
    super(props);

    console.log(this.props)
}
 
PREVIOUS NEXT
Tagged: #undefined #react #native
ADD COMMENT
Topic
Name
1+7 =