You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be possible to provide a native UI element which has no exposed properties. I don't know how often this occurs in practice, but it certainly happened while I was first creating and exposing my native view. requireNativeComponent.js:45 verifies there are native props being exported. If there are none, it slips the UnimplementedView into place.
The text was updated successfully, but these errors were encountered:
brentvatne
changed the title
requireNativeComponent should not require native props
[Bridge] requireNativeComponent should not require native props
Jun 11, 2015
It would be possible to provide a native UI element which has no exposed properties. I don't know how often this occurs in practice, but it certainly happened while I was first creating and exposing my native view. requireNativeComponent.js:45 verifies there are native props being exported. If there are none, it slips the UnimplementedView into place.
The text was updated successfully, but these errors were encountered: