Naoto Ida преди 7 години
родител
ревизия
831c4e148c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      ios/RCCViewController.m

+ 1
- 1
ios/RCCViewController.m Целия файл

191
   self.timestamp = props[GLOBAL_SCREEN_ACTION_TIMESTAMP];
191
   self.timestamp = props[GLOBAL_SCREEN_ACTION_TIMESTAMP];
192
   
192
   
193
   
193
   
194
-  // In order to support 3rd party native ViewControllers, we support passing a class name as a prop mamed `ExternalNativeScreenClass`
194
+  // In order to support 3rd party native ViewControllers, we support passing a class name as a prop named `ExternalNativeScreenClass`
195
   // In this case, we create an instance and add it as a child ViewController which preserves the VC lifecycle.
195
   // In this case, we create an instance and add it as a child ViewController which preserves the VC lifecycle.
196
   // In case some props are necessary in the native ViewController, the ExternalNativeScreenProps can be used to pass them
196
   // In case some props are necessary in the native ViewController, the ExternalNativeScreenProps can be used to pass them
197
   [self addExternalVCIfNecessary:props];
197
   [self addExternalVCIfNecessary:props];