-
Notifications
You must be signed in to change notification settings - Fork 395
App.tsx - Section needs type for "children" #268
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
Comments
You've likely bumped @types/react to v18 (similar recent type error) Sticking to react-native-template-typescript/template/package.json Lines 32 to 34 in 666bc91
should fix it, which keeps our |
But yes RN 0.69.0-rc.0 bumps React to v18, when we'll want to bump if you fancy giving it a shot (like here) - looking into it too, working well generally |
Be sure you have |
btw this should be resolved since #277 thanks again for raising and the suggestion ^ |
Yes, this is resolved now. |
Expected results
What did you expect to happen?
App.tsx has no TypeScript errors
Observed results
What happened?
App.tsx has TypeScript errors
The text was updated successfully, but these errors were encountered: