recently in the maintenance company"s app, is written in react-native, which uses a number of plug-ins, such as react-native-camera, react-native-webview, react-native-modal, etc., most of these plug-ins only need to understand js to learn, encounter problems, debug js is also relatively easy. But some plug-ins not only need to understand js, but also know some knowledge of android/ios (often report some mistakes in the process of use, not just know js). The previous practice is to copy error messages to google search, although the vast majority of problems can be solved in this way, there is no way to encounter some thorny ones, and it makes people feel that they do not know why.
Gods, are there any books / tutorials devoted to this knowledge?
for example, the plug-in react-native-camera , the installation tutorial above github says that you need to change several native files and add a bunch of code. So what is the purpose of these documents? In this way, you can quickly locate the problem even if you don"t understand the native code.