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