import { Text, View } from "@nodegui/react-nodegui";
import React from "react";
const dogImg = require("./dog");
export function StepOne() {
return (
Edit App.tsx to make changes to this screen. Then come back to see your
changes. Changes should reflect live thanks to Hot Reloading. 🔥
{`
You can even use Rich Html text like this if you want 😎.
`}
);
}
const containerStyle = `
margin-horizontal: 20px;
padding-horizontal: 10px;
`;