Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.74k
stars
1.4k
forks
source link
Fix: Web rendering issues and welcome screen layout issue #2809
Please verify the following:
yarn test
jest tests pass with new tests, if relevantyarn lint
eslint checks pass with new code, if relevantyarn format:check
prettier checks pass with new code, if relevantREADME.md
(or relevant documentation) has been updated with your changesDescribe your PR
Closes #2807
This PR solves 3 issues:
Screen
component,KeyboardAvoidingView
is crashing in web. It was replaced by a normalScrollView
.useHeader
hook and web,useLayoutEffect
was creating a rendering loop. It is replaced byuseEffect
.Screenshots (if applicable)