1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 13:23:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

chore: some tweak

This commit is contained in:
sunnylqm
2023-02-20 13:03:12 +08:00
parent 55879198e8
commit d6c268f533
7 changed files with 68 additions and 57 deletions

View File

@@ -3,7 +3,7 @@
#import "RCTPushyManager.h"
// Thanks to this guard, we won't import this header when we build for the old architecture.
#ifdef RCT_NEW_ARCH_ENABLED
#import "RNUpdateSpec.h"
#import "RCTPushySpec.h"
#endif
#import <React/RCTConvert.h>