Yasir Raza

Results 6 comments of Yasir Raza

> I am attempting to use this library on an Expo project (running on IOS), but I am running into the following error: `TypeError: null is not an object (evaluating...

same issue ![sc](https://user-images.githubusercontent.com/88046342/130968168-143ab2d0-09e4-4381-bcf9-26acaf6becad.png)

> same issue > > ![sc](https://user-images.githubusercontent.com/88046342/130968168-143ab2d0-09e4-4381-bcf9-26acaf6becad.png) Hello guys. I have resolved this issue by writing this code. you can just copy & paste my code **ColorPicker.swift (in xcode)** ``` import...

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

> > #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:...

I think we cannot add the native modules in the expo.