react-native-invoke-app
react-native-invoke-app copied to clipboard
Bring React Native App to foreground from Headless JS
I fixed it already. change 'compile' to 'implementation' in `node_modules/react-native-invoke-app/android/build.gradle` line 44
Can you please add a [config plugin](https://github.com/expo/config-plugins) to make this package available for expo-managed projects?

Change markdown diff to comments for easier import (crtl + c, crtl + v)
I integrated it works well when android device 10, it cannot invoke the app, when in the background or killed, is anyone like me?
Hi First of all, thank you for writing this plugin and sharing it with everyone. The plugin does not seem to work with Android 9, I have tested with Android...
Hi, Thanks for nice package. However, it does not work when screen is locked. Any work around? Thanks
I am receiving data only Firebase Cloud Messages when my Android React Native app is in the background or is killed. Here is my headless task: ```javascript AppRegistry.registerHeadlessTask('RNFirebaseBackgroundMessage', () =>...
hi, i used this plugin in react-native :^0.57.1, i want to after invoke route to specific ecene like you said but listener not fire: app.js: componentWillMount(){ DeviceEventEmitter.addListener('appInvoked', (data) => {...
the app crashes when invocking appInvoked method, currently using react-native version 0.42 Error Cannot read property invokeApp of undifined ``` import invokeApp from 'react-native-invoke-app'; invokeApp({ data: 'myroute', }); ```