Rupam

Results 25 comments of Rupam

Hi MasterRedStorm, Meanwhile you can fork with my library. I have somewhat implemented it. Thanks

Its still autofill not working

> I had the same issue on Android devices and accidentaly realized that it works as expected when I use state to mount the TextInput right after mouting the screen...

even I am facing same issue - solved by upgrading v0.1.9

I think then gesture change (zoom etc) can also be done. currently live stream only done with camera, its not using screen gesture.

No , pod repo update also not working. I checked it with freshly new expo init Awwsomeproject is this below only way to do it downloaded https://github.com/NodeMedia/NodeMediaClient-iOS copy in './Pods/NodeMediaClient...

any progress of zoom?

@t1amat9409 can you please show code snippet to get an idea. and how did you use in nativescript in react native project which have this react-native-nodemediaclient library. NodecameraView props having...

it's not working even used NodeCameraView props onGestureHandlerEvent/ onGestureHandlerStateChange ``` constructor(props) { super(props) this.scale = new Animated.Value(1) this._baseScale = new Animated.Value(1) this._pinchScale = new Animated.Value(1) this._scale = Animated.multiply(this._baseScale, this._pinchScale) this._lastScale...

can you please show your code snippet of react native of nodeCameraView as well as Ios native changes for zoom. How you have made react native UI component from native...