Highlights
🪟 Windows: New Architecture (XAML)
Migrated the Windows Checkbox implementation to the new React Native Windows architecture using XAML. Requires react-native 0.82+ and react-native-windows 0.82+. (#239)
🐛 Fixes
- Restored the default export. The new-arch merge changed the package entry point such that
import CheckBox from '@react-native-community/checkbox'resolved toundefinedon all platforms (Android/iOS/Windows). The entry point and typings paths are corrected so the default import works again. (#248)
🔧 Chore
- Added a
prepublishOnlyscript sodist/is always built before publishing. (#249)
Notes
- Version is a minor bump (
0.5.20→0.6.0). - The Windows native code could not be verified on macOS; it relies on CI and the screenshots in #239.
- The jest/eslint dev toolchain still needs updating for the RN 0.82 jump — this does not affect the published artifact (compiled
dist/+ native code only).
npm: https://www.npmjs.com/package/@react-native-community/checkbox/v/0.6.0
Full Changelog: v0.5.20...v0.6.0