Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo a breaking change on ReactViewGroup constructor
Summary: cipolleschi found out that we broke the `ReactViewGroup` constructor when making this class Nullsafe. Specifically now users would need to pass a `Context` and not a `Context?` as libraries will break (and this will break a lot of them). So I'm undoing this change by annotating this parameter as Nullable. Changelog: [Android] [Changed] - Undo a breaking change on ReactViewGroup constructor Differential Revision: D65483379
- Loading branch information