Skip to content

Commit

Permalink
change bg image (Memmy-App#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf authored Jun 30, 2023
1 parent 99b3245 commit ae62239
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes
Binary file added assets/onboard-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/screens/onboarding/OnboardingIndexScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ImageBackground, StyleSheet } from "react-native";
import { Button, Text, View, VStack } from "native-base";
import { NativeStackNavigationProp } from "@react-navigation/native-stack";

const background = require("../../../assets/onboard-bg.jpg");
const background = require("../../../assets/onboard-bg.png");

function OnboardingScreen({
navigation,
Expand Down

0 comments on commit ae62239

Please sign in to comment.