Where actions, config are objects described in the integration guide.
Android Devices
Execution failed for task ':freerasp-react-native:minifyReleaseWithR8'.
Sealed classes are not supported as program classes when generating class files.
Reason: Kotlin sealed classes are not supported in AGP 8.1 used by some versions of RN (currently 0.73.x)
Solution: Follow , which also contains additional information about the issue.
iOS Devices
Unsupported Swift architecture
Reason: The arm64 macro is not set under Rosetta.
Solution: Go to <your_project>/node_modules/freerasp-react-native/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h and move the following code (lines 4 and 5 in the file) to the top of the file: