Question from the React Native (Legacy) test

Archived
#import <MapKit/MapKit.h>

#import <React/RCTViewManager.h>

@interface RNTMapManager : RCTViewManager
@end

@implementation RNTMapManager

RCT_EXPORT_MODULE()

- (UIView *)view
{
  return [[MKMapView alloc] init];
}

@end

Que fait ce code ?

Author: Victor SabatierStatus: Archived(New question!)Question passed 333 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!