What can you use instead of react-native-fast-image? – React native
I am working with Expo and i dont want to use dev client. Anyone got any alternative to react-native-fast-image or a way to implement it without using dev client?
I am working with Expo and i dont want to use dev client. Anyone got any alternative to react-native-fast-image or a way to implement it without using dev client?
The docker code is put below FROM node:16.9.1-alpine as build WORKDIR /app # Copy required files/folders to docker directory COPY package.json /app COPY package-lock.json /app COPY lerna.json /app COPY yarn.lock /app COPY babel.config.js /app COPY shared /app/shared COPY projects/tt-core /app/projects/tt-core…
I'm trying to make a photo gallery using react-images, the URLs are correct but the photos themselves are not loading into my web app. I get the broken image icon when switching themodalIsOpen:false to true. Ive tried looking up examples…