- Notifications
You must be signed in to change notification settings - Fork 647
Description
node_modules/react-native-keyboard-aware-scroll-view/index.d.ts(6,8): error TS1192: Module '"/@types/react/index"' has no default export.
shared/components/CustomEventView.tsx(111,17): error TS2605: JSX element type 'KeyboardAwareScrollView' is not a constructor function for JSX elements.
Property 'render' is missing in type 'KeyboardAwareScrollView'.
shared/components/CustomEventView.tsx(111,17): error TS2607: JSX element class does not support attributes because it does not have a 'props' property1 syntax error 2 non-emit-preventing type warnings
Upon upgrading to the latest keyboardawarescrollview, I get this error which is completely blocking our app continuous integration. For now, we will restrict ourselves to 0.2.8. Would appreciate if you could fix this issue.