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>
8 lines
140 B
Swift
8 lines
140 B
Swift
import ExpoModulesCore
|
|
|
|
public class ExpoPushyModule: Module {
|
|
public func definition() -> ModuleDefinition {
|
|
Name("ExpoPushy")
|
|
}
|
|
}
|