Skip to content

Ios portals 0.6.1 #13

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

Merged
merged 5 commits into from
Jun 3, 2022
Merged

Ios portals 0.6.1 #13

merged 5 commits into from
Jun 3, 2022

Conversation

Steven0351
Copy link
Contributor

No description provided.

fix(react-native, ios): Addresses issue where setting initial context
for a specific PortalView does not update initial context for all
portals
}

@objc static func requiresMainQueueSetup() -> Bool { true }
}

@objc(IONPortalsPubSub)
@objc(IONPortalPubSub)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needed to be renamed to not clash with IonicPortals.IONPortalsPubSub

@@ -56,7 +56,7 @@ class PortalManagerModule(reactContext: ReactApplicationContext) :
class PortalsPubSubModule(reactContext: ReactApplicationContext) :
ReactContextBaseJavaModule(reactContext) {
override fun getName(): String {
return "IONPortalsPubSub"
return "IONPortalPubSub"
Copy link
Contributor Author

@Steven0351 Steven0351 Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needed to be renamed to match iOS

@Steven0351 Steven0351 merged commit 3b063e3 into main Jun 3, 2022
@Steven0351 Steven0351 deleted the ios-portals-0.6.1 branch April 3, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants