Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

[BLOCKED BY #434] App: Add ability to send images to chats #437

Open shashankanandkannan opened 3 years ago

shashankanandkannan commented 3 years ago

Blocked by #241 and #434.

When a user presses the + button, a user should be able to select an image to add to their message. You can use the expo-image-picker library to handle selecting images from the user's phone, as we're already using that. If you need to refer to any code examples, you can check out EditProfileView.jsx.