Make a basic video block that can upload & insert media.
Some technical subtasks
Example App work
-
Integrate react-native-video library to example apps
-
Update example apps due to bridge changes and make it compile
-
Update example apps to mock media upload behavior
-
Update example apps to mock media upload failed behavior
-
Update Example apps to mock video selection of WordPress media library ( just pass a valid video url when that option is selected )
WPiOS and WPAndroid work
-
Integrate react-native-video library
-
Update apps due to bridge changes and make it compile (new filter parameter)
-
Use the new filter parameter passed through bridge to filter down media shown to user from Device
-
Use the new filter parameter passed through bridge to filter down media shown to user from WordPress Media library
-
Use the new filter parameter passed through bridge to decide what type of media to capture if user selects 'take media'
-
After the upload is completed request the video's VideoPress URL from remote (by using the videopressGUID) and pass the VideoPress URL to the media upload update event. This is a url in this format: https://pinpin.blog/wp-content/uploads/2019/04/sample_video.mov
Make a basic video block that can upload & insert media.
Some technical subtasks
Example App work
Integrate react-native-video library to example apps
Update example apps due to bridge changes and make it compile
Update example apps to mock media upload behavior
Update example apps to mock media upload failed behavior
Update Example apps to mock video selection of WordPress media library ( just pass a valid video url when that option is selected )
WPiOS and WPAndroid work
Integrate react-native-video library
Update apps due to bridge changes and make it compile (new filter parameter)
Use the new
filterparameter passed through bridge to filter down media shown to user from DeviceUse the new
filterparameter passed through bridge to filter down media shown to user from WordPress Media libraryUse the new
filterparameter passed through bridge to decide what type of media to capture if user selects 'take media'After the upload is completed request the video's VideoPress URL from remote (by using the videopressGUID) and pass the VideoPress URL to the media upload update event. This is a url in this format: https://pinpin.blog/wp-content/uploads/2019/04/sample_video.mov