wix / wix/react-native-ui-lib

Expo SDK 54 - Progress Bar Error

Open
#3,810 3 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
7.2k
Forks
748
Avg merge
2d 18h
Merged PRs (30d)
1

Description

Description

After upgrading to Expo SDK 54 and react native 19, Progress bar is giving an error : [TypeError: Cannot read property 'props' of undefined]

Related to
  • [ x ] Components
  • Demo
  • Docs
  • Typings
Steps to reproduce
  1. Use expo SDK 54 and react native 19
  2. Import progress bar and try to use it
Expected behavior

Progress bar loads and user is able to use the component

Actual behavior

App gives an error

More Info

Code snippet
import { ProgressBar } from "react-native-ui-lib";
<ProgressBar progress={progressBarValue} />

Screenshots/Video
Image Image
Environment
  • React Native version: 19.1.0
  • React Native UI Lib version: ^7.46.3
Affected platforms
  • [ x ] Android
  • [ x ] iOS
  • Web

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the ProgressBar import and usage shown in the issue with Expo SDK 54 and React Native 19.1.0 on Android and iOS, then inspect the ProgressBar component entry point for the source of the undefined props error. Done means the component loads and accepts the shown progress value without errors on both platforms.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native, typescript
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.