Skip to content

Commit

Permalink
fix(boilerplate): web hmr fixes (#2646 by @frankcalise)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise authored Feb 21, 2024
1 parent c0dcc6d commit 45aabb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion boilerplate/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import App from "./app/app"
import "@expo/metro-runtime"
import React from "react"
import * as SplashScreen from "expo-splash-screen"
import App from "./app/app"

SplashScreen.preventAutoHideAsync()

Expand Down
2 changes: 1 addition & 1 deletion boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@expo-google-fonts/space-grotesk": "^0.2.2",
"@expo/metro-runtime": "^3.1.1",
"@expo/metro-runtime": "~3.1.3",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.2",
Expand Down

0 comments on commit 45aabb2

Please sign in to comment.