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

Fix ios bridge reload

This commit is contained in:
sunnylqm
2020-09-24 22:44:50 +08:00
parent 17dffa1eb5
commit d071fbfc2b

View File

@@ -62,7 +62,6 @@ static BOOL ignoreRollback = false;
bool hasListeners; bool hasListeners;
} }
@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue; @synthesize methodQueue = _methodQueue;
RCT_EXPORT_MODULE(RCTPushy); RCT_EXPORT_MODULE(RCTPushy);