Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): initialContext not always set before name (#17)
* fix(ios): Application of props is not guaranteed to be in any specific order. Setting initialContext may occur before the name prop is set and therefore will be unable to set any initialContext. To address this, we now store the initialContext on the view itself and then apply it to the portal just before rendering. * fix(ios): Set initialContext on portal if it is already present
- Loading branch information