BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/react-nepali-datetime-picker-native/bs-time-picker

Bikram Sambat Time Picker (Native)

react-nepali-datetime-picker-native/bs-time-picker
FreeComponent

Platform Bikram Sambat time picker (iOS wheels, Android Material dialog).

Install it

npx shadcn@latest add https://raw.githubusercontent.com/binodnepali/react-nepali-datetime-picker/main/apps/docs/public/r-native/bs-time-picker.json

Source

registry/native/files/lib/bs-time-picker.tsraw.githubusercontent.com/binodnepali/react-nepali-datetime-picker/main/apps/docs/public/r-native/bs-time-picker.json
1import {
2 clampBsTime,
3 formatHourWheelLabel,
4 formatMinuteWheelLabel,
5 formatPeriodLabel,
6 formatBsTime,
7 formatTimeDigit,
8 from12Hour,
9 getDefaultBsTime,
10 getHourOptions,
11 getMinuteOptions,
12 getPeriodOptions,
13 to12Hour,
14} from '@/lib/bs-time-picker/time'
15import type { BsLocale, BsPeriod, BsTime } from '@/lib/bs-time-picker/time/types'
16
17export {
18 clampBsTime,
19 formatTimeDigit,
20 getDefaultBsTime,
21 getHourOptions,
22 getMinuteOptions,
23 getPeriodOptions,
24 to12Hour,
25 from12Hour,
26}
27
28export function formatBsTimeWheelLabel(
29 time: BsTime,
30 locale: BsLocale,
31 is24Hour: boolean,
32): string {
33 return formatBsTime(time, locale, is24Hour)
34}
35
36export function formatHourOption(
37 hour: number,
38 locale: BsLocale,
39 is24Hour: boolean,
40): string {
41 return formatHourWheelLabel(hour, locale, is24Hour)
42}
43
44export function formatMinuteOption(minute: number, locale: BsLocale): string {
45 return formatMinuteWheelLabel(minute, locale)
46}
47
48export function formatPeriodOption(period: BsPeriod, locale: BsLocale): string {
49 return formatPeriodLabel(period, locale)
50}
51
52export function resolveWheelHour(
53 displayHour: number,
54 period: BsPeriod,
55 is24Hour: boolean,
56): number {
57 if (is24Hour) return displayHour
58 return from12Hour(displayHour, period)
59}
60
61export function resolveDisplayHour(hour24: number, is24Hour: boolean): number {
62 if (is24Hour) return hour24
63 return to12Hour(hour24).hour
64}
65
66export function resolveDisplayPeriod(hour24: number, is24Hour: boolean): BsPeriod {
67 if (is24Hour) return 'am'
68 return to12Hour(hour24).period
69}

What it pulls in

npm packages

  • clsx
  • tailwind-merge
  • lucide-react-native
  • react-native-safe-area-context
  • react-native-svg

Other registry items

  • https://reactnativereusables.com/r/nativewind/button.json
  • https://reactnativereusables.com/r/nativewind/icon.json

Files it writes

  • registry/native/files/lib/bs-time-picker.ts
  • registry/native/files/lib/bs-time-picker/time/types.ts
  • registry/native/files/lib/bs-time-picker/time/helpers.ts
  • registry/native/files/lib/bs-time-picker/time/formatters.ts
  • registry/native/files/lib/bs-time-picker/time/datetime.ts
  • registry/native/files/lib/bs-time-picker/time/pattern.ts
  • registry/native/files/lib/bs-time-picker/time/index.ts
  • registry/native/files/components/ui/bs-wheel-column.tsx
  • registry/native/files/components/ui/bs-wheel-sheet.tsx
  • registry/native/files/components/ui/bs-time-picker-dialog.android.tsx
  • registry/native/files/components/ui/bs-time-picker-wheels.ios.tsx
  • registry/native/files/components/ui/bs-time-picker.ios.tsx
  • registry/native/files/components/ui/bs-time-picker.tsx
  • registry/native/files/components/ui/bs-time-picker.android.tsx

Facts

Registry
react-nepali-datetime-picker-native
Type
registry:component
Access
Free
Files written
14
Licence
NOASSERTION
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

binodnepali.github.io binodnepali/react-nepali-datetime-picker on GitHub Raw registry item This item as JSON

More from react-nepali-datetime-picker-native

All 4 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Bikram Sambat Calendar (Native)bs-calendarreact-nepali-datetime-picker-nativeComponentsFree3 deps · 13 files
Bikram Sambat Date Picker (Native)bs-date-pickerreact-nepali-datetime-picker-nativeComponentsFree4 deps · 8 files
Bikram Sambat Date Time Picker (Native)bs-datetime-pickerreact-nepali-datetime-picker-nativeComponentsFree5 deps · 8 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex