Skip to content

Commit

Permalink
Flow type and codegen RCTFbMap
Browse files Browse the repository at this point in the history
Summary:
Flow type for Android-only RCTFbMap component.

ViewManager in Java here: https://our.intern.facebook.com/intern/diffusion/FBS/browse/master/fbandroid/java/com/facebook/catalyst/views/maps/ReactFbMapViewManager.java

View in Java here: https://our.intern.facebook.com/intern/diffusion/FBS/browse/master/fbandroid/java/com/facebook/catalyst/views/maps/ReactFbMapView.java

Reviewed By: TheSavior

Differential Revision: D16811331

fbshipit-source-id: 210d80143b4826fc2ffb3402066c8fd0653e6794
  • Loading branch information
JoshuaGross authored and facebook-github-bot committed Aug 20, 2019
1 parent 1013a01 commit b26acae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function getTypeAnnotationForArray(name, typeAnnotation, defaultValue, types) {
};
default:
(type: empty);
throw new Error(`Unknown prop type for "${name}"`);
throw new Error(`Unknown prop type for "${name}": ${type}`);
}
}

Expand Down

0 comments on commit b26acae

Please sign in to comment.