mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-27 01:34:25 +08:00
Fix typo in updateContainer method definition (#23)
This commit is contained in:
committed by
Krzysztof Magiera
parent
4cf7b82a11
commit
5e41470b4f
@@ -17,7 +17,7 @@
|
||||
@property (nonatomic, retain) NSMutableSet<RNSScreenView *> *activeScreens;
|
||||
@property (nonatomic, retain) NSMutableArray<RNSScreenView *> *reactSubviews;
|
||||
|
||||
- (void)updateConatiner;
|
||||
- (void)updateContainer;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user