There is an issue in the new architecture that is causing methods to not be available. Here is an example of the error message
[TypeError: _RNScreenshotPrevent5.enabled is not a function (it is undefined)]
After some research it turns out that the issue might be with the use of a spread operator on a TurboModule object.
There is an issue in the new architecture that is causing methods to not be available. Here is an example of the error message
[TypeError: _RNScreenshotPrevent5.enabled is not a function (it is undefined)]After some research it turns out that the issue might be with the use of a spread operator on a TurboModule object.