react-native-navigation的迁移库

EventSubscription.ts 51B

1234
  1. export interface EventSubscription {
  2. remove();
  3. }