Results 20 comments of elicaInc

this.flatList.current?._flatList.scrollToIndex({ animated: true, index: 0 }); the above works for me.

index.js ``` return ( {splitStringByMatches(str, matches).map(([str, pattern], i) => { return ( { const handle = onPress[pattern]; if (handle) { return handle(e, str); } return undefined; }} children={str} /> );...

> solve article > #1322 [GeunwonChoi](https://github.com/GeunwonChoi) Thank you!!! "react-native-tab-view": "^3.1.1" with "react-native-pager-view": "^5.4.15" works fine!!! But I prefer 2.16.0 because of its quick re-render feature.

> if the library is not updated until new iOS is released (probably 12th Sept) you can use this commit that fixes calendar and gives full permission on request: [andrejguran@f876567](https://github.com/andrejguran/react-native-calendar-events/commit/f8765674d966a623dc99ccab2e263171ff61155e)...

TextRecognition.swift ``` @objc(TextRecognition) class TextRecognition: NSObject { ``` Add the line below \+ `@objc static func requiresMainQueueSetup() -> Bool { return true }` ``` @objc(recognize:withOptions:withResolver:withRejecter:) ``` Works fine in my...

It's up to @JoeyEamigh!

I'm new to React Native and Swift. Mind reviewing the code? 1) added: @available(iOS 13.0, *) //VNRecognizeTextRequest is a class introduced in the Vision framework in iOS 13.0 2) added:...