-
Notifications
You must be signed in to change notification settings - Fork 107
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
Improve types for prefetchScript
and loadScript
#494
Comments
@troZee please update the description 🙏 thanks! |
@jbroma done |
prefetchScript
and loadScript
This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days. |
This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days. |
This issue has been automatically closed because it has been inactive for more than 14 days. Please reopen if you want to add more context. |
This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days. |
This issue has been automatically closed because it has been inactive for more than 14 days. Please reopen if you want to add more context. |
Here you can find a typescript spec used by react-native-codegen: https://github.com/callstack/repack/pull/495/files#diff-a063c248295c855435089dd4f53efe44eb82c9b2a8b70470fb638ce5d3d037e4R4
In this spec, we use
Object
which is not meaningful for the developer. Please go to the native implementation hererepack/packages/repack/android/src/main/java/com/callstack/repack/ChunkManagerModule.kt
Line 24 in b0b8613
Objects
with the appropriate type.Originally posted by @troZee in #344 (comment)
The text was updated successfully, but these errors were encountered: