How can I find similar Crash report for my react native app ?
What tools should I use?
Related
I have recently completed the workflow described on the Capacitor website to convert my react app to a mobile web app for iOS.
It's a really impressive tool, but I've noticed some small differences in the way the Mobile and Web apps render (see picture below). You can see the Mobile App in the simulator on the left, the Web App in a browser in the centre, and developer tools on the right.
Does anyone know why such differences arise? Is there any way to debug this? I can't tell what in the CSS might be causing the layout differences, so am having to revert to trial and error and am not getting anywhere that way.
You can see and grab the code from my sandbox here.
I'm currently developing a little project, i've bought a "smart lock" with works with Bluetooth and uses an open platform called TTLock. The resources are here: https://open.ttlock.com/doc/userGuide
The idea is to create my own App to control this "smart lock" using the methods created by TTLock.
The web page gives SDK resources for Android and IOS, but i want to program my App in Xamarin.Forms. My question is, can I "add" the Android SDK and the IOS SDK to my Xamarin.Forms solution and work with that methods, or i have to program first in Android Studio and later in an IOS IDE?
Thank you so much for your time and your responses. I'm learning about programming APPs on IDE, so all knowledge will be appreciated.
My question is, can I "add" the Android SDK and the IOS SDK to my Xamarin.Forms solution and work with that methods,
The answer of the first question is Yes. You could refer to Binding a .JAR document to use it in Android, and refer to Binding iOS Libraries document to use it in iOS.
or i have to program first in Android Studio and later in an IOS IDE?
The second question is depends on you. You will not need to use native IDE to do that.
For Android, there are two ways to get the native library:
Using Android Studio to download it
Going to Source repository website to download it
First method, I think you already know that, from the document you will find the sample steps:
The Second method, the shared document is chineses language. Therefore, you could find the source repository website here: https://maven.aliyun.com/mvn/search, and search by typing tongtonglock you will see the navtive libraries as follows. Then you can pick one to download.
For iOS, you could refer to its sample link to get the framework.
I am currently making an app project, in which I have a large usage of databases and the typical platforms on visual studio, aren't enough for my needs. I am trying to make interactions between databases and found that firebase will be useful for that. Most of the instructions I found, for firebase conecction with apps, are for android studio, and I am working with xamarin. The answers I did find for xamarin platform, just didn't work for me, not sure why. I am quit desprate and need some help in connecting the two, or maybe a suggestion for a different kind of database, which will answer my needs.
Thanks in advance for any response.
I currently have a number of Shiny Apps that I've developed that I'm looking to deploy on different platforms. I'm struggling with the problem of deploying a Shiny App (or some derivative of it) to an iPad that does not have internet access. Although it is possible to create a separate app for this purpose, most likely with React-Native, I'm trying to find a way to recycle as much code as possible.
Thus far, I've explored using tools to run the Shiny App as an electron application using R Shiny Electron (https://github.com/dirkschumacher/r-shiny-electron). More background is provided here https://www.youtube.com/watch?v=ARrbbviGvjc .
I was successfully able to use this tool to run my app with Electron but I realize that running Electron on an iPad is not feasible. I was hoping to salvage some JS used in this electron process in a react native app but I haven't found a way to do that yet either.
Does anyone have some insights as to how I could convert the electron app to React-Native without starting from scratch or at least use some of the Shiny code (preferably UI components) in a way that can be run on an iPad?
I am trying to build a simple app using tidesdk , but unfortunately as stated here :
https://stackoverflow.com/a/14207566/1724929
that currently there is no way to protect the source code which is visible to the app users.
but after taking a look at wunderlist for Windows which is built using tidesdk and .net framework , i saw that the source code is not visible also i searched if it were hidden somewhere but i found nothing , so any one have an idea how they protect the source code from being visible . is there any tool or something to achive that ?
Latest version of Wunderlist is not built using TideSDK. They have re-implemented all different versions pure natively on each platform they are supporting.
TideSDK currently does not support Code hiding however the Developers of TideSDK are developing TideKit which is releasing soon with a new CLI, app and will provide platform builds. It will also provide Code Hiding. You can follow recent developments at http://www.tidekit.com. The video of what is coming is here: http://youtu.be/aE7gN-d0GhU. This will give you modern tools to use where the experience of creating and your projects is much better.