example: updated expo example

This commit is contained in:
Mark Lawlor
2022-08-26 16:10:52 +10:00
parent a2639ae355
commit 8ef49814fc
5 changed files with 5 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
import { StatusBar } from "expo-status-bar";
import { Text, View } from "react-native";
import "./main.css";
import "./styles";
export default function App() {
return (

1
examples/expo/globals.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
declare module "*.css";

View File

@@ -0,0 +1,2 @@
// Intentionally left empty
export {};

View File

@@ -0,0 +1 @@
import "./main.css";