React Native Expo Local Images Not Showing
I'm simply tying to display a local image in my react native expo project and it refuses to work. I get no errors, its just not there. I understand this question has been asked before, but I can't find an…
I'm simply tying to display a local image in my react native expo project and it refuses to work. I get no errors, its just not there. I understand this question has been asked before, but I can't find an…
import React, { useState } from 'react'; import type { PropsWithChildren } from 'react'; import { ImageSourcePropType, StyleSheet, View, Image, Pressable, Text } from 'react-native'; import DiceOne from '../assets/one.png' import DiceTwo from '../assets/two.png' import DiceThree from '../assets/three.png' import DiceFour from…
I am coding my first React Native app with Expo and I have it, now I want to change de App icon but I do not know how to do it, I already saw a lot of posts and watch…
I'm trying to upload images on firebase storage using my expo app. I went through their documentation and tried to implement using the docs. but whenever I upload I don't get any error but the image that appears on firebase…