Uh oh!
There was an error while loading. Please reload this page.
add option in 'Dev Settings' for never use cached bundle file - #4738
Conversation
facebook-github-bot
commented
Dec 12, 2015
There was a problem hiding this comment.
stored in local file
"stored locally"
The way it's stored might change, making this message out of date.
mkonicek
commented
Dec 14, 2015
I like this, it's really annoying we try to load the bundle; this always fails for OSS apps. Could we specify this to be That way people won't have to set this setting manually and fb apps will still have this set to false. |
mkonicek
commented
Dec 14, 2015
Alternatively, can we never read from file if the packager is running? I would expect the check here to do that but apparently it doesn't: https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerImpl.java#L291 |
qbig
commented
Dec 15, 2015
Hi @mkonicek . Sorry but may I ask what is "OSS apps" ? |
facebook-github-bot
commented
Dec 15, 2015
@qbig updated the pull request. |
qbig
commented
Dec 27, 2015
@skevy could you update the 'needs-revision' flag ? |
facebook-github-bot
commented
Dec 27, 2015
@qbig updated the pull request. |
satya164
commented
Dec 29, 2015
Looks like this has conflicts now |
facebook-github-bot
commented
Dec 30, 2015
@qbig updated the pull request. |
qbig
commented
Dec 30, 2015
@satya164 resolved :) |
satya164
commented
Dec 30, 2015
@qbig OSS -> Open Source Software |
facebook-github-bot
commented
Jan 5, 2016
@qbig updated the pull request. |
astreet
commented
Jan 5, 2016
I think we want to get rid of the cached bundle completely instead (let's wait to make sure Krzysztof didn't add it for some reason I'm not thinking of though). In that case, I'd ask that we update this PR to remove that logic instead of adding a checkbox. |
There was a problem hiding this comment.
Why this change? We check it above on L278
There was a problem hiding this comment.
maybe I will just not touch it and fix the redbox message in a different PR
facebook-github-bot
commented
Jan 9, 2016
@qbig updated the pull request. |
qbig
commented
Jan 9, 2016
There was a problem hiding this comment.
nit: can you move this to a new line like all the other checks?
astreet
commented
Jan 11, 2016
Seems reasonable, see nit inline and I'll merge |
facebook-github-bot
commented
Jan 12, 2016
@qbig updated the pull request. |
qbig
commented
Jan 12, 2016
@astreet fixed |
astreet
commented
Jan 12, 2016
Thank you! |
astreet
commented
Jan 12, 2016
@facebook-github-bot shipit |
facebook-github-bot
commented
Jan 12, 2016
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/492049884308119/int_phab to review. |
qbig
commented
Jan 18, 2016
@astreet Anything I could improve here ? |
mkonicek
commented
Jan 18, 2016
There's a compilation error, scroll down in the CircleCI results: |
astreet
commented
Jan 19, 2016
Yay automated testing! Thanks Martin :) |
mkonicek
commented
Jan 20, 2016
🏆 |
mkonicek
commented
Mar 20, 2016
@qbig Can you rebase please and resolve any failing tests? |
ghost
commented
Mar 25, 2016
@qbig do you have any updates for this pull request? It's been a while so we wanted to check in and see if you've looked at the requested changes. |
mkonicek
commented
Apr 13, 2016
Let's close this since there hasn't been a response from the author. If you want to continue working on this please send a new pull request based on top of master. |
fix#2676