Skip to content

Instantly share code, notes, and snippets.

@enzzoperez
Created November 17, 2018 12:38
Show Gist options
  • Save enzzoperez/95ed3c14b8d36c304c766ee30f3eb0ab to your computer and use it in GitHub Desktop.
Save enzzoperez/95ed3c14b8d36c304c766ee30f3eb0ab to your computer and use it in GitHub Desktop.
import React, {Component} from "react";
import {View, Text} from "react-native";
//Importamos los componentes del package
import Svg, {G, Path} from "react-native-svg";
const LogoRiver = (props) =>
export default LogoRiver;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment