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.