chore: Add image as asset
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
4d8440a214
commit
1cbfd38209
2 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
import { useRouter } from "expo-router"; // Keep this here
|
||||
import { useRouter } from "expo-router";
|
||||
import { useCallback, useState } from "react";
|
||||
import {
|
||||
ImageBackground,
|
||||
|
@ -13,10 +13,7 @@ import {
|
|||
import { SafeAreaView } from "react-native-safe-area-context";
|
||||
import { styles } from "./styles";
|
||||
|
||||
// Define your background image URI
|
||||
const converterBgImage = {
|
||||
uri: "https://s1.qwant.com/thumbr/474x296/1/c/30947af0647acb7b3ef1eb2b5697b5dde49d5468269c918e41bb86286b007e/OIP.MpGUIDhV0CzgCK1mQYFbHQHaEo.jpg?u=https%3A%2F%2Ftse.mm.bing.net%2Fth%2Fid%2FOIP.MpGUIDhV0CzgCK1mQYFbHQHaEo%3Fr%3D0%26pid%3DApi&q=0&b=1&p=0&a=0",
|
||||
};
|
||||
const converterBgImage = require("../assets/images/nether.png");
|
||||
|
||||
export default function CoordinateConverter() {
|
||||
const router = useRouter();
|
||||
|
|
BIN
assets/images/nether.png
Normal file
BIN
assets/images/nether.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
Loading…
Add table
Reference in a new issue