Fix typo in updateContainer method definition (#23)

This commit is contained in:
Janic Duplessis
2018-10-02 10:00:13 -04:00
committed by Krzysztof Magiera
parent 4cf7b82a11
commit 5e41470b4f

View File

@@ -17,7 +17,7 @@
@property (nonatomic, retain) NSMutableSet<RNSScreenView *> *activeScreens;
@property (nonatomic, retain) NSMutableArray<RNSScreenView *> *reactSubviews;
- (void)updateConatiner;
- (void)updateContainer;
@end