Bruno Amorim
Bruno Amorim
#2374 https://github.com/wix/react-native-calendars/assets/71152836/bc14b978-cae5-47d2-af4c-df70d38adbf3
This is how i managed the code: ``` onEventPress = (event: TimelineEventProps) => { console.log("TimelineCalendarScreen onEventPress: ", event); };` ``` ``` ``` ``` private timelineProps: Partial = { format24h: true,...
i cant install it
Am i able to add custom rules? ``` const rules = { video: (node, children, parent, styles) => { const { src } = node.attributes; console.log("node", node); return ( teste...