import * as React from "react"; import { View } from "react-native"; export const ComponentsMapRefContext = React.createContext | null>(null); export const useComponentsMapRef = () => React.useContext(ComponentsMapRefContext);