nes123
nes123
The calendar is doing many re-renderings due to the function definitions in index.js. The Day component is getting re-rendered since the functions onPress and onLongPress are declared as arrow functions....
on iOS : can't retrieve from rct-image-store://0 any ideas how to fix that ?
I am getting the error in the following line of code: TypeError node_modules/react-native-action-button/ActionButton.js:286 Any ideas what can go wrong?
It will be great if the timeline range will be more dynamic. I want to scroll to left and right if the bar reaches the edge. Do you plan to...
It seems that a simple change will make this library much smoother animationFunction: (prop, value) => Animated.spring(prop, { toValue: value, friction: 8, }), goes to: animationFunction: (prop, value) => Animated.spring(prop,...
Recording and playing works on Android and on IOS emulator. Both in debug and release. But when releasing to IOS device it does not work. Since it is on the...
this code : ``` const immutable = true; const observer = (path: string) => { console.log(`path of the image in the cache: ${path}`); }; ImageCache.get().on(uri, observer, immutable); ``` many copies...
Hi, I am using servo-out enabled firmware. Can you help me to understand how to take care of the centering of the signal that go to the servo ? my...
Exception com.facebook.react.common.JavascriptException: Java exception in 'NativeModules' java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File java.io.File.getParentFile()' on a null object reference, stack: com.RNFetchBlob.RNFetchBlobFS.getSystemfolders any ideas what can it be ?
Improve the openPicker method to work in background and require less resources. Solving https://github.com/ivpusic/react-native-image-crop-picker/issues/1382#issue-685059806