Farhan Kathawala
Farhan Kathawala
You need an API key to do those actions. I've made a pull request with better error handling to make this more clear ( #119 )
You need to sign up on the automagica website, I'm working on a fork to allow ocr activities without API key, but no guarantees on that
@valerietram88 Yes, I got some time this evening to revisit it. You can find my branch here: https://github.com/kathawala/automagica/tree/local_ocr You'll need to [install `tesseract`](https://tesseract-ocr.github.io/tessdoc/Home.html) on your machine to make it work....
Just submitted a PR which does what I think you want (instead of `command`, I just named it `highlight`). Hope it helps :+1:
Ah, a bit embarrassing how long I've let this sit. I'm caught up with work these days. But I can schedule some time to look over the weekend and merge...
@richmwatts This can work. I had to also nest a ScrollView inside this component and I documented my way of making this work pretty seamlessly. Hope it helps you: https://www.farhansayshi.com/post/sliding-up-panel-in-react-native/
Not sure about adjusting the draggable range based on the results returned from a fetch. Do you mean, if the fetch returned one result then your panel would look like...
@jeremyben-meir you can do the same thing as the example in that component with this one, I myself have done it in several projects. I also wrote a tutorial on...
@xfishernet The same swipe gesture is handled by both SlidingUpPanel and FlatList/ScrollView. You need to determine when the gesture should be handled by which component. I'd recommend you set `allowDragging`...