YassineD

Results 5 comments of YassineD

> import Foundation > import UIKit > import SwiftUI > import React > > @objc(ColorPicker) > @available(iOS 14.0, *) > class ColorPicker : UIViewController, UIColorPickerViewControllerDelegate { > @objc static func...

> #import > #import > > @interface RCT_EXTERN_MODULE(ColorPicker, NSObject) > RCT_EXTERN_METHOD(open:(RCTResponseSenderBlock*)callback) > @end Thank for your fast answer. But still the same error TypeError: null is not an object (evaluating...

> (evaluating '_NativeColorPicker.default.open') Yes, but i'm using Expo, maybe it's the problem ?

> same issue here, any updates? Hi, Still the same issue...Did you find another library ? I found supercluster but it looks more complicated to implement...