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.