Using FlatBuffers in React Native

180 Views Asked by At

I'm trying to use FlatBuffers in a React Native project.

When I try to create a ByteBuffer object I'm getting this error.

Property 'TextDecoder' doesn't exist

Does FlatBuffers support React Native? It looks like a separate package would be required to support TextDecoder in React Native.

0

There are 0 best solutions below