-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Setup] Remove AdSupport from the list of libraries linked by default #1305
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.
@facebook-github-bot import |
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 |
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. |
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. |
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 |
We should leave this out of the sample app permanently. Long term you should be able to just add the JS require, run
|
Maybe add it to your package.json
|
* chore: update TS template using new CLI * Update usage for RN 0.60.x * Update typescript.md
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.