mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 07:01:38 +08:00

* support to Expo * update * update * update --------- Co-authored-by: Steven <steven@Stevens-MacBook-Pro.local>
11 lines
298 B
Swift
11 lines
298 B
Swift
import ExpoModulesCore
|
|
import react_native_update
|
|
|
|
public final class ExpoPushyReactDelegateHandler: ExpoReactDelegateHandler {
|
|
private weak var reactDelegate: ExpoReactDelegate?
|
|
|
|
public override func bundleURL(reactDelegate: ExpoReactDelegate) -> URL? {
|
|
return RCTPushy.bundleURL()
|
|
}
|
|
}
|