Implementing deep link (#41)
This commit is contained in:
committed by
GitHub
parent
f2115e23c7
commit
b4dbb55548
14
react-native/app/emitter/emitter.ts
Normal file
14
react-native/app/emitter/emitter.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {
|
||||
NativeModules,
|
||||
NativeEventEmitter,
|
||||
} from 'react-native';
|
||||
|
||||
const {
|
||||
ReactNativeEventEmitter,
|
||||
} = NativeModules;
|
||||
|
||||
|
||||
export const emitter: NativeEventEmitter = new NativeEventEmitter(
|
||||
ReactNativeEventEmitter
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user