You might come across some issues when integrating our client. Here are some common cases and how you can handle them:Documentation Index
Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.