Uploading video from camera roll with Expo (React Native) - react-native

I am able to get the ImagePicker working, but is there any way to uplaod video currently using Expo?
If not do I need to eject from expo and use the React Native camera roll?
I am curious what steps to take to get video uploading working with Expo (React Native)

The expo team are working hard on bringing in new features. As of now video recording/streaming is still under development.
You can stay updated at https://expo.canny.io/feature-requests/p/camera-component

Related

How can i implement bluetooth functionality on a react native app using expo

I have built my react native project using expo and expo go to run it. I now need Bluetooth functionality to scan and take data from a Bluetooth device (to create graphs). Am I able to keep using expo for this or will I have to change to react native CLI to have Bluetooth in my app? Will any expo-related code now be useless if so?
I have not tried any solutions yet and I am looking advice

Firebase slow down react native apk

I am using firebase with react native, it's slow down the app too much. When the query is running in background then not able to click anywhere. Any solution?

Eject from Expo and come back again to it

I am working on a mobile application in Expo and after I reached to 30 percent of progress in my project, I realized that I can not use Mapbox libraries with Expo.
So My question is that, if I reject from Expo and write my Mapbox related codes in React Native, after that can I come back again to Expo to develop the rest of the project in that?
You can eject your project with Expo kit. So you can work on native code and expo modules too.
after that can I come back again to Expo to develop the rest of the project in that?
No, you can't go back again to the expo is not reversible

Is there any way I can play videos with Third-Party Video players in my mobile using React-Native?

I am storing my videos in Firebase Storage. I want to give an option to play the videos i am retrieving from Firebase in a Third-Party player.
If you are using Expo, yes there is:
Expo is a free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React - Expo Website
The Expo SDK, which include components and many more cool stuff, come built-in with create-react-native-app has the Video Component
It is a component that displays a video inline with the other React Native UI elements in your app. The display dimensions and position of the video on screen can be set using usual React Native styling.
You can use that to play the videos hosted on firebase

Is it possible to create an Android Wear app with react native

I have had a play with react native creating ios apps but have not tried android yet. With android you also get 'android wear' for watches etc, will react native work creating apps for those devices?
React Native does not run on Android Wear at the current time, so you would have to do that code native.
Actually, you can try React native vanilla