Alen Toma

Results 57 comments of Alen Toma

There isnt any support for mysql right now. But its not that hard to implement, the problem is that i have to have time and energy to do it. As...

You dont need to disable link you only need to add the line below to `setting.grade` ``` include ':openCVLibrary310' project(':openCVLibrary310').projectDir = new File(rootProject.projectDir,'../node_modules/@woonivers/react-native-document-scanner/android/openCVLibrary310') ``` auto link should know that `openCVLibrary310`...

@whung1 The configuration for this should be up to the library. I mean if I create a library and I am using external native libraries, then those library should be...

I am having the same issue. We should be able to configure those in the library. Like running a script or something too tell the cli to autolink those library....

I am using it together with `react-native-html-parser` `react-native-html-parser` will enclose all open html tags and then I parse the html again.

There is many problems when using it with xamarin, specily when using progaurd.

Hi guys, I did build a novel app with many different sources included, its name is [NovelManager](https://play.google.com/store/apps/details?id=com.novelmanager&gl=SE) it works exactly as @roshavagarga said. Please check it out and let me...

Yes I forgot that its private. Anyway about using it on a server side is much faster and simpler. Now if you need any idees on how to scrap those...

I hade some free time and build [NovelManager](https://github.com/AlenToma/NovelManager-public) with `react-native`. I must say its really fun to work with react. I have also done locally, so the user can Import/Export...