Guest User

Untitled

a guest
Jan 15th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. render() {
  2. return (
  3. <RutasNoAutenticadas/>
  4.  
  5. );
  6. }
  7.  
  8. render() {
  9. return (
  10. <View
  11. <RutasNoAutenticadas/>
  12. </View>
  13.  
  14. );
  15. }
  16.  
  17. ender() {
  18. return (
  19. <View>
  20. {this.props.usuario? <RutasAutenticadas/>: <RutasNoAutenticadas/>}
  21. </View>
  22.  
  23. );
  24. }
Add Comment
Please, Sign In to add comment