-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
Prerequisites
- I am running the latest version
- I checked to make sure that this issue has not already been filed
Issue Description:
Currently selecting image in new post screen and publishing a new post feature is not working in go-social framework i think the issue is using wrong imports from react-native-image-picker and using some outdated functions
Expected Behavior
User can easily select and pick images from their devices and can easily publish their posts
Steps to Reproduce
- Launch the app
- Go to new post screen
- Try to pick image and make a new post
- Observe undefined error
Proposed Solution:
We need to use correct imports from react-native-image-picker library and also use updated functions which will support react native 0.71.3 version
@shehand can u please assign me this issue

