Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,513 contributions in the last year
Contribution activity
October 2020
- laurent22/uslug JavaScript
Created a pull request in Trott/slug that received 4 comments
Make library compatible with React Native
The current code assumes that if a window object is available, then a btoa function is too, however this is not true in all JS environment (eg. Rea…
Created an issue in facebook/react-native that received 3 comments
Fetch call without a Content-Type throws a "Network request failed" error on Android
Description On Android, the following code used to work in React Native 0.61: const url = 'https://example.com/remote.php/webdav/'; const options = {