RN 0.85.0 StyleSheet.absoluteFillObject is removed
Open
Beginner friendly
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 748
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 1
Description
Description
As of RN 0.85 StyleSheet.absoluteFillObject is removed. Please use absoluteFill instead, my animated layour is a bit broken.
https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0850-rc0
Related to
- Components
- Demo
- Docs
- Typings
Steps to reproduce
Expected behavior
Actual behavior
More Info
Code snippet
Screenshots/Video
Environment
latest version of all libs
- React Native version:
- React Native UI Lib version:
Affected platforms
- Android
- 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
Search the repository for StyleSheet.absoluteFillObject usages and identify the code affecting the animated layout. Replace the removed React Native 0.85 API with absoluteFill, then verify that the affected layout works under React Native 0.85 without remaining references to the removed property.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100