i am using react native in my app i don't want any background music coming from any platform so is this possible we can end background task when our app is launch for both os(android & iOS)
Related
React Native.
Is there a way to invoke a task - while app on foreground - and if the user closed the app, the task will continue on background?
IOS & Android support of course.
You need to use native modules for this. Some library can do this for you. But you shouldn't forget, they are just library. they are may not be enough.
react-native-background-task
Native modules for react native
Android background threading
Is it possible to make a camera app using Expo so that the camera will be opened right after I start the app. The solution I found needs to tap a button 'start camera' after the app is started. But I want my app to open camera without pressing any buttons (right like the native camera app on iOS)
I have a function that has a for loop and I trigger the APIs in the queue it's working very well but if I change my app state foreground to background my queue was paused until I reopen the app.
That function doesn't need to stop until I stop manually or all APIs hit successfully.
React native version: 0.64.2
I want to make an app that uses background processes to send notifications in VUE Native
Im trying to learn React Native my problem is run my app on android locked screen. How can i get my app screen every time pushed phone lock button and getting my app screen over android lock screen