Skip to content

Commit

Permalink
Nits: [NSNull null] was changed to (id)kCFNull`
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D5398734

fbshipit-source-id: 823e860b5da9cc9850fafa49c1d9b746580856b0
  • Loading branch information
shergin authored and facebook-github-bot committed Jul 11, 2017
1 parent 18c795b commit 7cdd4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Views/RCTComponentData.m
Expand Up @@ -430,7 +430,7 @@ - (void)setProps:(NSDictionary<NSString *, id> *)props forShadowView:(RCTShadowV
@"propTypes": propTypes,
@"directEvents": directEvents,
@"bubblingEvents": bubblingEvents,
@"baseModuleName": superClass == [NSObject class] ? [NSNull null] : moduleNameForClass(superClass)
@"baseModuleName": superClass == [NSObject class] ? (id)kCFNull : moduleNameForClass(superClass),
};
}

Expand Down

0 comments on commit 7cdd4d4

Please sign in to comment.