Component

You can find more in-depth explanation about our SDK at https://www.npmjs.com/package/react-native-fatos-sdk

In this section, we will introduce a brief structure of the SDK interface.

1. Structure description of react native ui

FatosMainView.js is the top-level main view. It is rendered in the order in which it is registered in the function render(). function are rendered in the order in which they are registered. Unnecessary views can be unregistered. You can unregister unnecessary views.

2. FatosEnvBridgeModule(Settings related)

3. FatosMapViewBridgeModule(Map function related)

4. FatosNaviBridgeModule(Navigation related)

Last updated

Was this helpful?