-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🎨 redefine of namespace
StepCounter
@dongminyu/react-native-step-counter react-native-step-counter RNStepCounter StepCounter
- Loading branch information
1 parent
31aa2c8
commit b8931ea
Showing
6 changed files
with
51 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#ifdef RCT_NEW_ARCH_ENABLED | ||
#import <RNStepCounterSpec/RNStepCounterSpec.h> | ||
#import "RNStepCounterSpec.h" | ||
|
||
@interface RNStepCounter : NSObject <NativeStepCounterSpec> | ||
@interface StepCounter : NSObject <NativeStepCounterSpec> | ||
#else | ||
#import <Foundation/Foundation.h> | ||
#import <React/RCTBridgeModule.h> | ||
#import <React/RCTEventEmitter.h> | ||
#import "SOMotionDetecter.h" | ||
|
||
@interface RNStepCounter : RCTEventEmitter<RCTBridgeModule> | ||
@interface StepCounter : RCTEventEmitter<RCTBridgeModule> | ||
#endif | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters