Uh oh!
There was an error while loading. Please reload this page.
[Setup] Remove AdSupport from the list of libraries linked by default - #1305
[Setup] Remove AdSupport from the list of libraries linked by default#1305ide wants to merge 1 commit into
Conversation
Many apps don't need AdSupport, especially not when people are making a sample app to learn React. Apps that do want it can link it in like any other library.
vjeux
commented
May 15, 2015
@facebook-github-bot import |
vjeux
commented
May 15, 2015
This is a good workaround, we need to find an easy way to link those back and to mention in the docs that they are not being linked by default |
facebook-github-bot
commented
May 15, 2015
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/832610953454845/int_phab to review. |
sahrens
commented
May 15, 2015
Thanks James! I don't think this qualifies as a "workaround" - I think it's straight up the right thing. It will be a total non-issue once we get nice REM/react-native link/some other native dep magic fully up and running. |
vjeux
commented
May 15, 2015
This is a workaround until we have a good way to link it back :) Then, it's going to be the right thing to do :p |
sahrens
commented
May 16, 2015
We should leave this out of the sample app permanently. Long term you should be able to just add the JS require, run
|
sahrens
commented
May 16, 2015
Maybe add it to your package.json
|
Many apps don't need AdSupport, especially not when people are making a sample app to learn React. Apps that do want it can link it in like any other library.
Fixes#1303, see the discussion there.