Skip to content

Async Chunks & Native Components #448

Answered by jbroma
steventnorris asked this question in Q&A
Discussion options

You must be logged in to vote

According to MS CodePush (which does a very similar thing), a recompile and new store/MDM push is only needed if it touches native code or adds new native dependencies. In their README, they state:

Note: Any product changes which touch native code (e.g. modifying your AppDelegate.m
*/*MainActivity.java
file, adding a new plugin) cannot be distributed via CodePush, and therefore, must be updated via the appropriate store(s).

Which reads to me like as long as you don't add native dependencies or modify native code, you're good to push from CDN and not have to recompile and push through store. If anyone else has experience with this and can confirm or deny, please do.

Hi @steventnorris,

t…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@steventnorris
Comment options

@jbroma
Comment options

@steventnorris
Comment options

@jbroma
Comment options

Answer selected by steventnorris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants