Closed jdoroy closed 5 years ago
do you mean 'detect stories written in typescript?'
If so, yes, it works fine, im using it with typescript. I just changed the pattern to "pattern": "**/*.story.tsx"
in my package.json
I suggest to try and make your Storybook (in typescript) work first before installing RNSTL.
@odjhey Yup, I've already resolve the issue by doing so. Thank you, anyway 🙏
Turned out that the error is caused by react-native
caching issue.
First of all, thank you for this awesome project. I just want to know if I can use this with typescript? I've tried doing so but I haven't yet succeeded.
I've followed the instructions here: https://storybook.js.org/docs/configurations/typescript-config/. Tried using both
babel-loader
andawesome-typescript-loader
but no luck.Here's the screenshot of what I'm experiencing: