thegamenicorus / react-native-timeline-listview

Timeline component for React Native App
https://www.npmjs.com/package/react-native-timeline-listview
MIT License
1.16k stars 184 forks source link

External Data File #19

Open CarbonChili opened 6 years ago

CarbonChili commented 6 years ago

Having some issues when trying to use data imported from another file import { trainingData } from '../data/trainingData_en'; this.data = [ { trainingData } ]

The data file is setup in exact same way as in the example but only works if the data is actually in same file