Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call setSurfaceProps when props change in SurfaceHandler (facebook#37087
) Summary: Pull Request resolved: facebook#37087 changelog: [internal] Surface props can change during life cycle of a surface. This was supported before the new renderer as well. AppRegistry has a corresponding method for this: `AppRegistry.setSurfaceProps`. To add support for this, we just need to call into `UIManager::setSurfaceProps`. Reviewed By: rshest Differential Revision: D45272046 fbshipit-source-id: d138b57d5c83f554839b0db0e6721045b8dc81ef
- Loading branch information