-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ios][speech] Migrate to Expo Modules #21814
Conversation
88f43ef
to
4253af0
Compare
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
|
||
struct VoiceInfo: Record { | ||
@Field | ||
var identifier: String? = nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟠 SwiftLint: Redundant Optional Initialization Violation
Initializing an optional variable with nil is redundant.
@Field | ||
var identifier: String? = nil | ||
@Field | ||
var name: String? = nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟠 SwiftLint: Redundant Optional Initialization Violation
Initializing an optional variable with nil is redundant.
@Field | ||
var name: String? = nil | ||
@Field | ||
var quality: String? = nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟠 SwiftLint: Redundant Optional Initialization Violation
Initializing an optional variable with nil is redundant.
@Field | ||
var quality: String? = nil | ||
@Field | ||
var language: String? = nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟠 SwiftLint: Redundant Optional Initialization Violation
Initializing an optional variable with nil is redundant.
Why
Continue migrating modules to Expo modules API
How
Followed typical migration steps
Test Plan
Tested in bare expo app