Skip to content

Commit

Permalink
Fixes wrong headers import (#25002)
Browse files Browse the repository at this point in the history
Summary:
Issue imported from e1102b4 for Android TM support.
Fixes wrong headers import in iOS.

## Changelog

[iOS] [Fixed] - [TM] Fixes wrong headers import
Pull Request resolved: #25002

Differential Revision: D15501594

Pulled By: cpojer

fbshipit-source-id: 45ea2986963ff4937c473464f0befc1f5bcfe115
  • Loading branch information
zhongwuzw authored and facebook-github-bot committed May 24, 2019
1 parent 9990010 commit 141a304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNTester/RNTester/RNTesterTurboModuleProvider.mm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#import "RNTesterTurboModuleProvider.h"

#import <jsireact/RCTSampleTurboCxxModule.h>
#import <jsireact/SampleTurboModule.h>
#import <jsireact/SampleTurboCxxModule.h>
#import <jsireact/RCTSampleTurboModule.h>

// NOTE: This entire file should be codegen'ed.

Expand Down

0 comments on commit 141a304

Please sign in to comment.