We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 182041e + 8dd4e3d commit d0c5af4Copy full SHA for d0c5af4
src/react/native/navigation/Navigation.hx
@@ -6,9 +6,9 @@ typedef LayoutHierarchy = {
6
7
@:jsRequire("react-native-navigation","Navigation")
8
extern class Navigation {
9
- static public var Element : react.React.CreateElementType;
+ static public var Element : react.ReactType;
10
#if ios
11
- static public var TouchablePreview : react.React.CreateElementType;
+ static public var TouchablePreview : react.ReactType;
12
#end
13
// top level
14
static public function registerComponent(id : String, cb : Void -> Dynamic) : Void;
0 commit comments