-
Notifications
You must be signed in to change notification settings - Fork 4k
feat: Enable react-native-nitro-fetch (V4)
#97069
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
base: main
Are you sure you want to change the base?
Changes from all commits
9735d65
1f6902a
db5dc93
7989348
7ef09da
178ad20
e4bd15b
a3477c1
dbb29da
8f30452
0dc6011
50895fe
a1d24b2
4949198
3098781
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1075,6 +1075,7 @@ | |
| "NitroFetch", | ||
| "Prefetch", | ||
| "Prefetcher", | ||
| "Autoprefetch", | ||
| "knip", | ||
| "lottiefiles", | ||
| "jsitooling", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
This initializes cold-start prefetching only in Android's
MainApplication; the inspectedios/AppDelegate.swiftproceeds throughfactory.startReactNative(...)without invoking the corresponding native Nitro auto-prefetch entrypoint. Consequently, registrations created byprefetchOnAppStart()cannot run before the JavaScript bundle loads on iOS, so the startup prefetch feature is ineffective for that entire platform.Useful? React with 👍 / 👎.