Skip to content

Instantly share code, notes, and snippets.

View ariiyu's full-sized avatar

Yusuke Ariyoshi ariiyu

View GitHub Profile
@ariiyu
ariiyu / DetailView.js
Created December 2, 2019 12:38
Sketch Prototyping Tutorial to BuilderX
import React, { Component } from "react";
import {
StyleSheet,
View,
Image,
ImageBackground,
TouchableOpacity,
Text
} from "react-native";
import Svg, { Path } from "react-native-svg";