You might come across some issues when integrating our client. Here are some common cases and how you can handle them:

After installing a new package, app fails to initialize with error “Maximum call stack size exceeded”

We have noticed this might happen with some packages due to import order complications. In order to fix this, please ensure you are importing from our @dynamic-labs/ packages before you import other react native related libraries.

Known libraries with this issue for now include only react-native-gesture-handler.

Expo Web Support

At this time, our SDK only supports Expo for iOS and Android. Unfortunately, Expo Web is not yet fully supported. If you are working with an Expo project and intend to target web, you may encounter compatibility issues. We are actively working to expand support in future updates