Relative Content

Tag Archive for javascriptreactjsreact-nativeprotocol-buffersgtfs

illegal token ‘Expected’ when trying to use a protocol buffer in a react native program

I am trying to write a simple app that utilizes the GTFS (General/Goodle Transit Feed Specification) to retrieve alerts regarding conditions on the road. I have managed to get the code snippet which I am working with to work with vanilla js and typescript, but so far I have not managed to get it to work with react native, which is specifically what I would need it to work with. Below is a snippet of the code that I use at the moment (that works with ts and js)