Skip to content

Instantly share code, notes, and snippets.

View fedorish's full-sized avatar

Patrik fedorish

View GitHub Profile
@fedorish
fedorish / ImageCarouselViewController.swift
Last active May 13, 2025 09:44
Temporary fix for RN Galeria to make iOS not freeze on 404
import UIKit
public protocol ImageDataSource: AnyObject {
func numberOfImages() -> Int
func imageItem(at index:Int) -> ImageItem
}
public class ImageCarouselViewController:UIPageViewController, ImageViewerTransitionViewControllerConvertible {
var imageObservation: NSKeyValueObservation?
@fedorish
fedorish / 0_reuse_code.js
Created July 3, 2017 16:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console