| 1 | import { registerComponent, ComponentConfig } from "../config"; |
| 2 | import { Fiber } from "react-reconciler"; |
| 3 | import { RNList, ListProps } from "./RNList"; |
| 4 | import { AppContainer } from "../../reconciler"; |
nothing calls this directly
no test coverage detected