Skip to content
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

Merged
merged 4 commits into from
Mar 24, 2023

Conversation

alanjhughes
Copy link
Collaborator

Why

Continue migrating modules to Expo modules API

How

Followed typical migration steps

Test Plan

Tested in bare expo app

@expo-bot expo-bot added the bot: needs changes ExpoBot found things that don't meet our guidelines label Mar 23, 2023
@alanjhughes alanjhughes marked this pull request as ready for review March 23, 2023 00:07
@expo-bot expo-bot added bot: suggestions ExpoBot has some suggestions and removed bot: needs changes ExpoBot found things that don't meet our guidelines labels Mar 23, 2023
@expo-bot
Copy link
Collaborator

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) 👇

⚠️ Suggestion: SwiftLint Violations


Found 4 violations, 0 serious. See the review comments below for more insights.


Generated by ExpoBot 🤖 against 4253af0


struct VoiceInfo: Record {
@Field
var identifier: String? = nil
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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.

@tsapeta tsapeta merged commit 275c867 into expo:main Mar 24, 2023
@alanjhughes alanjhughes deleted the @alanhughes/ios/speech branch March 24, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: suggestions ExpoBot has some suggestions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants