Zafeer Hafeez

Results 10 comments of Zafeer Hafeez

I have spent hours figuring out what was wrong and all it took to work is changing the network. That was funny and frustrating at the same time.

@KartikLakhani009 @vishalyad16 Did you find any fix for this?

@vishalyad16 After days of struggle, I have resolved this issue by only running a background service. ``` npm i react-native-background-actions ``` After the installation, I converted my expo to bare...

do you have android folder in your project?

I didn't edited the node_modules/react-native-background-actions/android/src/main/AndroidManifest.xml, so it will be same as yours. Please change the android>app>src>main>AndroidManifest.xml : Here is mine if it can help: ``` ```

It seems like there 2 services defined with the same name but different value. Remove the one that have value of value=(dataSync) and make sure that you have not edited...

@vishalyad16 I am facing the same issue in android 14 and above version. This is working fine in 13 and less. The problem is with shortService. I will try to...

@vishalyad16 Sorry for the late reply, I was busy in some other things. By the way, I have found and fixed the root causes that was making the app crash....

I was having the same issue and found out that, it only supports URLs. You can upload the video on cloud storage and show it via its URL. [Here](https://github.com/SimformSolutionsPvtLtd/react-native-story-view/blob/7bdbf8c9b9f76c2837955a90bab78ac1659b8357/src/components/StoryView/StoryView.tsx#L62-#L64)