Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use
require
syntax for resolution of all native components (#…
…1909) ## Description Unification of way the native components are resolved in `index.native.tsx`. ## Changes * Every native component is now resolved by `require(<component_spec_file>)` instead of directly querying view registry by using `requireNativeComponent` * Ensured that every component spec is exported as default from its module ## Test code and steps to reproduce CI & launched native apps -- seems to be working fine. TODO: Check backward compatibility of this change ## Checklist - [ ] Ensured that CI passes
- Loading branch information