mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 12:15:44 +08:00
remove old tests app - no longer in use / migrated to bridge
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import bootstrap from './src/main';
|
||||
import bgMessaging from './src/bgMessaging';
|
||||
|
||||
AppRegistry.registerComponent('ReactNativeFirebaseDemo', () => bootstrap);
|
||||
// Task registered to handle background data-only FCM messages
|
||||
AppRegistry.registerHeadlessTask(
|
||||
'RNFirebaseBackgroundMessage',
|
||||
() => bgMessaging
|
||||
);
|
||||
Reference in New Issue
Block a user