I tried to create a BasicTimeline and it's not working, I get an error in console :
Uncaught ReferenceError: styles is not defined
So I deleted style attribute in View component and I get this error :
Uncaught ReferenceError: Timeline is not defined
I tried to import the timeline with
import { Timeline } from 'react-native-just-timeline';
but I get this error :
This experimental syntax requires enabling one of the following parser plugin(s): 'jsx, flow, typescript' (10:4)
Any idea for how to fix it ?
I tried to create a BasicTimeline and it's not working, I get an error in console :
Uncaught ReferenceError: styles is not definedSo I deleted style attribute in View component and I get this error :
Uncaught ReferenceError: Timeline is not definedI tried to import the timeline with
import { Timeline } from 'react-native-just-timeline';but I get this error :
This experimental syntax requires enabling one of the following parser plugin(s): 'jsx, flow, typescript' (10:4)Any idea for how to fix it ?