Unfortunately I am not able to build the app with this package installed for iOS.
I tried both 0.0.1 and 0.0.2, running it through xcodebuild will return the following logs:
❌ /node_modules/react-native-nitro-bg-timer/ios/NitroBackgroundTimer.swift:46:17: method does not override any method from its superclass
override func setTimeout(id: Double, duration: Double, callback: @escaping (Double) -> Void) -> Double {
❌ /node_modules/react-native-nitro-bg-timer/ios/NitroBackgroundTimer.swift:79:17: method does not override any method from its superclass
override func clearTimeout(id: Double) {
❌ /node_modules/react-native-nitro-bg-timer/ios/NitroBackgroundTimer.swift:96:17: method does not override any method from its superclass
override func setInterval(id: Double, interval: Double, callback: @escaping (Double) -> Void) -> Double {
❌ /node_modules/react-native-nitro-bg-timer/ios/NitroBackgroundTimer.swift:121:17: method does not override any method from its superclass
override func clearInterval(id: Double) {
Is there a step I might have missed myself or maybe an extra required nitrogen configuration?
react-native: 0.80.2
react-native-nitro-modules: 0.29.2
react-native-nitro-bg-timer: 0.0.1 & 0.0.2
Unfortunately I am not able to build the app with this package installed for iOS.
I tried both 0.0.1 and 0.0.2, running it through xcodebuild will return the following logs:
Is there a step I might have missed myself or maybe an extra required nitrogen configuration?
react-native: 0.80.2
react-native-nitro-modules: 0.29.2
react-native-nitro-bg-timer: 0.0.1 & 0.0.2