feat: Just add new Input, Label, Checkbox, Switch, Radio Group, and Separator components, add usePressable hook, and also enhance existing component templates with tests and features.#53
Open
BronzonTech-Cloud wants to merge 1 commit intotailwiinder:mainfrom
Conversation
…eparator components, add `usePressable` hook, and also enhance existing component templates with tests and features.
|
@BronzonTech-Cloud is attempting to deploy a commit to the major tom's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR finalizes exactly what is planned in ROADMAP. The core form interaction primitives are now fully built, polished, successfully integrated, typed, tested, and documented across all packages in the NativeCN monorepo.
We have elevated the total number of production-ready components from 12 to 18 out of 46 (39% of the overall Roadmap goals completed).
Highlights
1. Six Full-Featured Primitives Completed
All basic data-entry components have been implemented from scratch with
react-nativeandNativeWindstyling:react-native-reanimatedfor smooth native 60fps thumb tracking.2. Upgraded Architecture & Dependencies
react@19&react-native@0.83into the ecosystem, solving dozens of typing deprecations, invalid explicit ref passing returns, and React Elements strict prop accessibility issues across all components.expo@55's exact dependency tree.@ts-ignoreinside component template boundaries natively, ensuring standard IDEs do not throw arbitrary errors on fresh project initializations.react-native-safe-area-contextlayout wrappers to resolve aggressive status bar overlaps.3. Integrated Example Showcase
Added the live showcase views in
/examples/expo/nativecn. Developers can clone the repository, runnpm start, and test each of the components dynamically on their iOS/Android/Web simulators simultaneously. Every component responds cleanly to OS-level dark/light mode toggles out of the box.4. Fully Updated Documentation
/docswebsite router mappings (_meta.json)..mdxtutorials containing live copy/pastenpxinstall commands, functional React snippets, prop tables, and interactive demonstrations for every single new primitive.ROADMAP.mdandREADME.mdcompletion rates.