react-native-navigation的迁移库

RNNReactBackgroundView.m 147B

12345678910
  1. #import "RNNReactBackgroundView.h"
  2. @implementation RNNReactBackgroundView
  3. - (NSString *)componentType {
  4. return ComponentTypeBackground;
  5. }
  6. @end