Stas Shakirov

Results 27 comments of Stas Shakirov

@nisrulz added samples;

@nisrulz I agree. Where is another case of supporting external BarcodeDetector: using one instance for scanning of locally images and using in your reader.

that must be fixed by https://github.com/itinance/react-native-sha256/pull/21

@coffeeexistence We faced with that problem too. Our solution is disable spell-check in inputs. Last version also crashes on: long click and double click on input. Both opens context menu(copy,...

https://github.com/punksta/react-native-webview-crosswalk/tree/react-native-0.45 you can use my fork with last react-native. It also has upgraded crosswalk.

I am using iPhone 12 Zoomed mode. ``` isIphoneX: false Dimensions.get('window'): {"fontScale": 1, "height": 693, "scale": 3, "width": 320} ``` Standard mode ``` isIphoneX: true Dimensions.get('window'): {"fontScale": 1, "height": 844,...

I am getting similar issue after upgrading react-native to 0.69.5 and babel "^7.18.6",

https://mega.nz/#!OINDmA7I!KiPqAMqfXSp-QBLzUWjcsbasr4vjS8pObOnE9oqjdZw the file I was using

https://www.npmjs.com/package/fontkit#font-collection-objects found this.

I ended up using fontkit. It does not support getting ttf files from font collection, but it can return list of font with names and other data. This is exactly...