Closed techgerm closed 5 years ago
Thanks for report @germanp173. This is already known issue. We'll fix this soon. You're right about skipLibCheck
. For now, this is a simpliest way to get your typescript projects compiled without errors
Great thanks for the quick response!
This is fixed. You can update to the latest 4.0.3 version 👍
@artyorsh Just verified the fix and it's solid 👌 ... thanks again for resolving this!
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior: After configuring my React Native typescript application root by following the setup instructions from here, my typescript build now fails with the following errors:
As a workaround, anyone using UI Kitten with Typescript will have to toggle the
skipLibCheck
flag totrue
in theirtsconfig.json
.Expected behavior: Setting up and configuring
react-native-ui-kitten
should not break the tsc build.Steps to reproduce:
react-native init TempApp --template typescript
(assuming you have the react-native cli installed)react-native-ui-kitten
setup instructions from heretsc -p ./tsconfig.json
to execute the typescript buildRelated code: This problem can also be reproduced in the Kitten Tricks demo application when the
skipLibCheck
flag is toggled tofalse
in theirtsconfig.json
(ignore all expo ts errors).Other information:
OS, device, package version