Skip to content

Text is not visible in version 2.0.16, it was fine in 2.0.12 #9

@Devendra0110

Description

@Devendra0110
 <CheckBox:CheckBox  text="{{text}}" checked="{{checked}}"  verticalAlignment="top" fontSize="20" margin="10" marginTop="0" boxType="circle" checkedChange="changeLanguage" />

The above code was working fine until recently, re-install the packages after cleaning.I thought I messed up something. But after going through the code, commits and dependencies, I figured it out. It was the version issue. Releases which came after 2.0.12, broke the functionality.

For now I've fixed the version to the 2.0.12.

OS: macOS 15.6
CPU: (8) arm64 Apple M1
Shell: /bin/zsh
node: 20.16.0
npm: 10.8.1
nativescript: 8.9.1

# android
java: 17.0.10
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found

# ios
xcode: 16.4/16F6
cocoapods: 1.16.2
python: Not Found
python3: 3.12.8
ruby: 3.2.2
platforms:
  - DriverKit 24.5
  - iOS 18.5
  - macOS 15.5
  - tvOS 18.5
  - visionOS 2.5
  - watchOS 11.5

Dependencies

"dependencies": {
  "@kefah/nativescript-otp": "^1.0.8",
  "@nativescript-community/https": "^4.1.19",
  "@nativescript-community/ui-checkbox": "2.0.12",
  "@nativescript-community/ui-document-picker": "^1.1.26",
  "@nativescript-community/ui-pulltorefresh": "^2.5.3",
  "@nativescript-community/ui-svg": "^0.2.12",
  "@nativescript-community/universal-links": "^3.0.1",
  "@nativescript/appversion": "^2.0.0",
  "@nativescript/biometrics": "^1.3.1",
  "@nativescript/camera": "^7.0.0",
  "@nativescript/core": "~8.9.0",
  "@nativescript/datetimepicker": "^3.0.0",
  "@nativescript/imagepicker": "^5.0.0",
  "@nativescript/iqkeyboardmanager": "^2.1.2",
  "@nativescript/localize": "^5.2.0",
  "@nativescript/theme": "^3.1.0",
  "@nstudio/nativescript-checkbox": "^2.0.5",
  "@nstudio/nativescript-loading-indicator": "^4.3.5",
  "check-password-strength": "^3.0.0",
  "he": "^1.2.0",
  "jsencrypt": "^3.5.4",
  "mime": "^4.0.7",
  "nativescript-check-version": "^2.0.2",
  "nativescript-drop-down": "^6.0.2",
  "nativescript-exit": "^1.0.1",
  "nativescript-http-formdata": "^3.1.1",
  "nativescript-ui-sidedrawer": "^15.2.3",
  "rxjs": "^7.8.2"
},
"devDependencies": {
  "@nativescript/android": "8.9.2",
  "@nativescript/ios": "8.9.4",
  "@nativescript/types": "~8.9.0",
  "@nativescript/webpack": "~5.0.0",
  "@types/he": "^1.2.3",
  "@types/semver": "^7.7.0",
  "semver": "^7.7.2",
  "typescript": "~5.4.0"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions