react-native-navigation的迁移库

Subscriber.java 106B

123456
  1. package com.reactnativenavigation.events;
  2. public interface Subscriber {
  3. void onEvent(Event event);
  4. }