You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// NOTE(EvanBacon): We need this noop because Metro doesn't support optional dependencies.
|
|
// `react-dom` is not required and therefore needs to be dodged using platform extensions on native.
|
|
export function createRoot() {
|
|
return null;
|
|
}
|
|
//# sourceMappingURL=createRoot.native.js.map
|