Skip to content

✨ (ios/CodePush): integrate RCTReloadCommand for improved reload handling#2

Merged
chlee1001 merged 2 commits intomasterfrom
bugfix/ios-reload-new-architecture
Dec 9, 2024
Merged

✨ (ios/CodePush): integrate RCTReloadCommand for improved reload handling#2
chlee1001 merged 2 commits intomasterfrom
bugfix/ios-reload-new-architecture

Conversation

@chlee1001
Copy link
Copy Markdown
Owner

Add the RCTReloadCommand import to utilize the new reload mechanism in React Native. This change replaces the direct call to [super.bridge reload] with RCTTriggerReloadCommandListeners, providing a more robust and flexible way to handle reloads. This update aligns with the latest React Native practices, ensuring better compatibility and potentially reducing issues related to manual reloads.

…ling

Add the RCTReloadCommand import to utilize the new reload mechanism in React Native. This change replaces the direct call to `[super.bridge reload]` with `RCTTriggerReloadCommandListeners`, providing a more robust and flexible way to handle reloads. This update aligns with the latest React Native practices, ensuring better compatibility and potentially reducing issues related to manual reloads.
Add a rule to ignore all .tgz files to prevent tarball archives from being
tracked in the repository. This helps keep the repository clean by excluding
potentially large and unnecessary files that are typically used for packaging
or distribution purposes.
@chlee1001 chlee1001 merged commit feb463e into master Dec 9, 2024
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.

1 participant