Fix misspelling UIKit
Summary: Closes https://github.com/facebook/react-native/pull/15240 Differential Revision: D5524387 Pulled By: shergin fbshipit-source-id: a35f40d24fd59c7a07b10504f1f64825da864b5d
This commit is contained in:
parent
a6ad4a059a
commit
688c74693b
|
@ -130,7 +130,7 @@ type Event = Object;
|
|||
* [`UINavigationController`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationController_Class/),
|
||||
* enabling you to implement a navigation stack. It works exactly the same as it
|
||||
* would on a native app using `UINavigationController`, providing the same
|
||||
* animations and behavior from UIKIt.
|
||||
* animations and behavior from UIKit.
|
||||
*
|
||||
* As the name implies, it is only available on iOS. Take a look at
|
||||
* [`React Navigation`](https://reactnavigation.org/) for a cross-platform
|
||||
|
|
Loading…
Reference in New Issue