All Questions
4 questions
2
votes
0
answers
1k
views
Failed to allocate a 14745612 byte allocation with 7913456 free bytes and 7MB until OOM... target footpring ...growth limit
I am using React Native to develop an app. I get an error when trying to upload a video more than 20 sec. The code works fine for small videos.
const response = await fetch(videoPicker)
const blob ...
0
votes
1
answer
620
views
How to display video with "content://" tag on react-native-video component?
I want to show video from device video gallery. I get response from react-native-image-picker that include path and content. When I use the content for display video with react-native-video component ...
0
votes
1
answer
308
views
How do I make the content of gallery including video and Image files scrollable in react native?
I have few audio, image and video files present in the gallery. But it is not scrollable. Is there any additional controllers which I should use to make it scrollable? How can i achieve it? I'm using ...
1
vote
1
answer
5k
views
react-native-image-picker duration of video
I'm using react-native-image-picker library for video recording and react-native-video to play video in which duration of video in onLoad callback function is given but how can I use it in my code can ...