Carlos Barros

Results 9 comments of Carlos Barros

There is elements like images that can't have any elements inside, so it's better to create the toolbar outside and position at the same position as the element, that's why...

I have the same problem, with a fresh created library the hooks don't work. I have spent 2 days on this and I can't seem to find the solution. I...

After days with this issue I finally found the problem. I created a pull request #212 For me the problem was using a command line that uses lower case paths...

> @carloswbarros ca can you explain how to fix ? This might not be the same problem that you have because this error can mean a lot of things, but...

This is how I fixed it in a Debian 9 server: ```shell cd ~/MyProject/x64 sudo apt install libleptonica-dev ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 liblept.so.5 ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 libleptonica-1.78.0.so # Installed the repository...

> does anyone know where i can get libtesseract.so.4.0.1? https://github.com/charlesw/tesseract/issues/503#issuecomment-613430901 As I said in this comment I used the repository from https://notesalexp.org/ and it worked

> I found there are two more props coming from dayComponent you can use for that, so you can do: > > ``` > dayComponent={({ date, state, onPress, onLongPress })...

The only thing that it doesn't seem to work is the storeModel, it's returning 53 (0x35, Illegal Data) Did someone found a solution?

> > The only thing that it doesn't seem to work is the storeModel, it's returning 53 (0x35, Illegal Data) Did someone found a solution? > > R558 & R557...