-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignite X web crashes #2807
Comments
That's interesting because it looks like web was stubbed out a bit ago: kirillzyusko/react-native-keyboard-controller#208 |
Also interesting: necolas/react-native-web#1891 (comment) |
An open issue at react-navigation about the useLayoutEffect + setOptions: react-navigation/react-navigation#11748 |
Getting the same thing over here! |
Still getting the same issue that was raised above. Any timeline on the fix? |
Can this be fixed quickly. I depend on web development and kind of stuck on it. |
I am having the same problem. It does seem to work when selecting to use Expo Router in setup though (even though if we do, almost all of the demo material is gone even if we select to keep it). |
Same problem here. To me Ignite X is unusable unfortunately, I have to stick with Ignite 9 until this is fixed... |
Same issue here :( |
Describe the bug
Generate a new project and run it on web.
It looks like the addition of
KeyboardAwareScrollView
isn't compatible with web, and we need to fall back to regularScrollView
where it's used.We should probably also have a smoke test for web to make sure it's able to load without errors, but if it's our first web test that might be more scope when we just want this fixed, we can break that out into another task.
Ignite version
10.0.0
Additional info
The text was updated successfully, but these errors were encountered: