UNPKG

@quidone/react-native-wheel-picker

Version:

Picker is a UI component for selecting an item from a list of options.

7 lines (5 loc) 233 B
import React from 'react'; // Fixes bug with useMemo + generic types: // https://github.com/DefinitelyTyped/DefinitelyTyped/issues/37087#issuecomment-542793243 const typedMemo: <T>(c: T) => T = React.memo; export default typedMemo;