You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Description
I am using react native typescript, but as I aim to use the the demo template, it's written in all javascript and the actual code completion doesn't work. As I'm trying to add aspects to the calendar, I get no code completion
Expected Behavior
I'd expect to be able to hit Control + Space on my mac and get the full list of available attributes for a calendar. This also means I'm not getting much help when trying to implement the custom header logic
Environment
Please run these commands in the project folder and fill in their results:
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Description
I am using react native typescript, but as I aim to use the the demo template, it's written in all javascript and the actual code completion doesn't work. As I'm trying to add aspects to the calendar, I get no code completion
Expected Behavior
I'd expect to be able to hit Control + Space on my mac and get the full list of available attributes for a calendar. This also means I'm not getting much help when trying to implement the custom header logic
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars
: [email protected]npm ls react-native
: [email protected]Also specify:
Reproducible Demo
I'm using the demo file https://github.com/wix/react-native-calendars/blob/master/example/src/screens/calendarScreen.tsx
The text was updated successfully, but these errors were encountered: