When a user is new they have a default image but they need to upload a new one. Later it will be save in his profile.
I'm using:
TypeScript Framework: React Native Expo
How I can do it?
TL;DR
Developers using TypeScript, React Native, and Expo want to allow users to upload a profile image instead of having a default one. The image should be saved in the user's profile. To achieve this, developers can implement an image upload feature in their app using libraries like react-native-image-picker and then store the image URL in the user's profile.Recommended threads
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...