Skip to content

Commit

Permalink
Merge pull request #114 from kledk/fix-ios-native-headers
Browse files Browse the repository at this point in the history
fixes the "iOS native headers moved" change from rn0.40
  • Loading branch information
tlenclos authored Oct 1, 2017
2 parents 7a7b7f9 + 0e57a28 commit 2a4a957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/ReactNativeAudioStreaming.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// AudioManager.h
// From https://github.com/jhabdas/lumpen-radio/blob/master/iOS/Classes/AudioManager.h

#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
#import "STKAudioPlayer.h"

@interface ReactNativeAudioStreaming : NSObject <RCTBridgeModule, STKAudioPlayerDelegate>
Expand Down
4 changes: 2 additions & 2 deletions ios/ReactNativeAudioStreaming.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "RCTBridgeModule.h"
#import "RCTEventDispatcher.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTEventDispatcher.h>

#import "ReactNativeAudioStreaming.h"

Expand Down

0 comments on commit 2a4a957

Please sign in to comment.