0xPatrick

Results 15 issues of 0xPatrick

When using docz with react-native, I don't think we should force people to install `react-dom` separately. This PR includes `react-dom`, similar to how `react-art` is included. If the maintainers feel...

This plugin does not work with React 16.5.0 (and the example uses 16.5.0) React DOM 16.5 changed an unstable API that `react-native-web` depends upon. Namely, `EventPluginHub` was removed (see [#1096](https://github.com/necolas/react-native-web/issues/1096)...

**Do you want to request a *feature* or report a *bug*?** Feature / bug **What is the current behavior?** By default, this library does not load the google maps library...

Needs Investigation

The google example has similar syntax (`authenticateGoogleUser`). May also be worth removing the `loggedInUser` function as well since that also conflicts with the `email-user` template.

This is a very simple example that uses just one of the many functions in [geolib](https://github.com/manuelbieh/geolib#geoliborderbydistanceobject-latlng-mixed-coords). However, it removed my reliance on the geosearch feature from algolia which is pretty...

Hey folks, The [documentation](https://docs.branch.io/pages/integrations/segment/#pass-segment-anonymous-id) on the website is a little sparse/unclear for React Native. There are two PR's (for iOS and Android) that seem to implement the `setRequestMetadataKey` method: #210...

Fixes #92: > Warning: Failed child content type: Invalid child context `virtualizedCell.cellKey` of type `number` supplied to `CellRenderer` expected `string`. Found the answer on this thread: https://github.com/wonday/react-native-pdf/issues/125

Hey folks, Has anyone had success sending the Segment Anonymous ID to the Branch SDK using this library? The [documentation](https://docs.branch.io/pages/integrations/segment/#pass-segment-anonymous-id) on the Branch website is a little sparse/unclear for React...

Came across this on twitter, and think it may deserve a spot in this repo! - https://delegatable.org/ - https://delegatable.org/docs/counterfactual-delegation - https://delegatable.org/docs/why ### Counterfactual Delegations > The Delegatable Framework, architected by...

- adds `AccountParserManager` class that enables registering `AccountParser`s - adds `createAccountParserRegistry`, a map of well-known `typeUrl`s and `AccountParser`'s - preserves existing `accountFromAny` functionality