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
I am interested in extending a Component, provided by react-native with some native code. The closes example I can find is react-native-maps. It feels like they are extending the MapView component (since the Components from airbnb and facebook have the same name) – but I am only guessing here.
So, lets say I would want to extend the component with these peaces of code (android, iOS.h/iOS.m) and expose something like this on the frontside in react-native:
Is this a bug report?
No.
I am interested in extending a
Component
, provided byreact-native
with some native code. The closes example I can find is react-native-maps. It feels like they are extending the MapView component (since theComponents
fromairbnb
andfacebook
have the same name) – but I am only guessing here.So, lets say I would want to extend the component with these peaces of code (android, iOS.h/iOS.m) and expose something like this on the frontside in
react-native
:How would I go on about it? For every hint I am grateful.
The text was updated successfully, but these errors were encountered: