benycodes
benycodes
Cloudflare Socket wrapper: ```js import { EventEmitter } from 'events'; /** * Wrapper around the Cloudflare built-in socket that can be used by the `Connection`. */ export class CloudflareSocket extends...
> @benycodes do you want to publish this as a standalone package? And we could mention example in mysql2 documentation I've been working on it more, but seems like there...
If you're using expo make sure ```gradle apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" ``` is in the gradle file at `/android/app/build.gradle` (not the `/android/build.gradle` file)