- Vancouver, British Columbia
Pinned Loading
-
tidbyt-community
tidbyt-community PublicForked from tidbyt/community
A publishing platform for apps developed by the Tidbyt community 🚀
Starlark 1
-
`@react-native-picker/picker` UX com...
`@react-native-picker/picker` UX compatibility - Use a similar UX for `<select>` like behaviour in a React Native app. 1import { Picker } from "@react-native-picker/picker";
2import React from "react";
34function PickerCompat({ children, ...props }: { children: React.ReactNode }) {
5return <Picker {...props}>{children}</Picker>;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.