Expo SDK 54 - Progress Bar Error
Open
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
- Use expo SDK 54 and react native 19
- 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
Environment
- React Native version: 19.1.0
- React Native UI Lib version: ^7.46.3
Affected platforms
- [ x ] Android
- [ x ] iOS
- Web
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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