Questions tagged [react-native-button]

17 questions
0
votes
1 answer

I built my own button component and I can't get it to work

I built my own button component using React Native and I am trying to use it in my code. All I am trying to do for now is to get it to log a console message and for some reason it's not doing it. Button Component import React, {Component} from…
CL Maciel
  • 21
  • 3
0
votes
1 answer

React Native Button causing Invariant Invalid

For the life of me, I cannot figure out why this little bit of code will not work! I have isolated the issue to the Button element (the import statement seems fine). I am seeing the error "Invariant Violation: Element type is invalid: expected a…
Steven
  • 4,826
  • 3
  • 35
  • 44
1
2