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: react-native-calendars@1.1307.0
npm ls react-native: react-native@0.75.4
Also specify:
Device/emulator/simulator & OS version: Simulator iphone 13 mini 17.0
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
: react-native-calendars@1.1307.0npm ls react-native
: react-native@0.75.4Also specify:
Reproducible Demo
I'm using the demo file https://github.com/wix/react-native-calendars/blob/master/example/src/screens/calendarScreen.tsx