-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update the New App template to reduce the amount of C++ code in user space #34666
Conversation
This pull request was exported from Phabricator. Differential Revision: D39381762 |
Base commit: 9929ead |
Base commit: 56c28f3 |
This pull request was exported from Phabricator. Differential Revision: D39381762 |
185aad7
to
6c8b754
Compare
…space (facebook#34666) Summary: Pull Request resolved: facebook#34666 This diff updates the new app template and reduces the amount of C++ code in user space. From now on users will have to only: 1. Create a CMakeLists.txt file 2. Create an OnLoad.cpp file with the Modules/Components they want to provide. Changelog: [Android] [Changed] - Update the template to Reduce the amount of C++ code in user space for New Architecture Reviewed By: cipolleschi Differential Revision: D39381762 fbshipit-source-id: 8e800a0bfc12d1b635fb625bb59589f969c29d94
Summary: This diff reduces the amount of C++ code in user space by: - Moving all the C++ implementation of the .defaults package inside a `react_newarchdefaults` shared library - Exposing only the entrypoint logic inside the RN-Tester's `OnLoad.cpp` file. Changelog: [Android] [Changed] - Reduce the amount of C++ code in user space for New Architecture Differential Revision: D39381820 fbshipit-source-id: 42c39ccdf9c02f8306d9e82e4072506ef4353105
…space (facebook#34666) Summary: Pull Request resolved: facebook#34666 This diff updates the new app template and reduces the amount of C++ code in user space. From now on users will have to only: 1. Create a CMakeLists.txt file 2. Create an OnLoad.cpp file with the Modules/Components they want to provide. Changelog: [Android] [Changed] - Update the template to Reduce the amount of C++ code in user space for New Architecture Reviewed By: cipolleschi Differential Revision: D39381762 fbshipit-source-id: 18f927ddf57a5c5fe7270113b014026f963c62e4
This pull request was exported from Phabricator. Differential Revision: D39381762 |
6c8b754
to
797f1e7
Compare
This pull request was successfully merged by @cortinico in b0aba1b. When will my fix make it into a release? | Upcoming Releases |
…space (facebook#34666) Summary: Pull Request resolved: facebook#34666 This diff updates the new app template and reduces the amount of C++ code in user space. From now on users will have to only: 1. Create a CMakeLists.txt file 2. Create an OnLoad.cpp file with the Modules/Components they want to provide. Changelog: [Android] [Changed] - Update the template to Reduce the amount of C++ code in user space for New Architecture Reviewed By: cipolleschi Differential Revision: D39381762 fbshipit-source-id: 7309b6c61ba9ddd8856cb4aaa6d923ddd816741c
Summary:
This diff updates the new app template and reduces the amount of C++ code in user space.
From now on users will have to only:
Changelog:
[Android] [Changed] - Update the template to Reduce the amount of C++ code in user space for New Architecture
Reviewed By: cipolleschi
Differential Revision: D39381762