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
This issue looks like a question that would be best asked on StackOverflow.
StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only.
Will close this as this is really a question that should be asked on StackOverflow.
@a289459798 AFAIK there's no RCTBubblingEventBlock or RCTDirectEventBlock in Android, you should use another communication methods like DeviceEventEmitter.
facebook
locked as resolved and limited conversation to collaborators
May 29, 2018
for example in ios:
RCT_EXPORT_VIEW_PROPERTY(onMapFinish, RCTBubblingEventBlock);
RCT_EXPORT_VIEW_PROPERTY(onMapError, RCTBubblingEventBlock);
The text was updated successfully, but these errors were encountered: