Skip to content

Commit

Permalink
#67 add note for required polyfills for react native
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Jan 21, 2021
1 parent 26c0ddf commit 5a2c4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1644,6 +1644,9 @@ To use the gRPC web transport, install the package `@protobuf-ts/grpcweb-transpo
> **Note:** To cancel calls, you need an [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
> For Node.js, use the polyfill [abort-controller](https://github.com/mysticatea/abort-controller).
> **Note:** For React native, you have to use the react-native-polyfill-globals,
> see [#67](https://github.com/timostamm/protobuf-ts/issues/67#issuecomment-764522714).
Example `.proto`:
```proto
Expand Down

0 comments on commit 5a2c4e8

Please sign in to comment.