This message was deleted.
# helpdesk
s
This message was deleted.
d
1. native platforms will give you more flexibility, especially since there are less abstractions in place 2. there are no guides at the moment, but we are definitely looking to produce more in the future
n
trying to integrate react native for demo. App already has zoom meeting sdk integrated. in android on build getting this error
livekit_react-native:generateDebugRFile
Copy code
Execution optimizations have been disabled for task ':livekit_react-native:generateDebugRFile' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/Users/pankajsoni/Desktop/mobile/mobile_v2/node_modules/@livekit/react-native/android/build/intermediates/local_only_symbol_list/debug/R-def.txt'. Reason: Task ':livekit_react-native:generateDebugRFile' uses this output of task ':livekitreactnative:parseDebugLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to <https://docs.gradle.org/7.5/userguide/validation_problems.html#implicit_dependency> for more details about this problem.
  - Gradle detected a problem with the following location: '/Users/pankajsoni/Desktop/mobile/mobile_v2/node_modules/@livekit/react-native/android/build/intermediates/packaged_manifests/debug'. Reason: Task ':livekit_react-native:generateDebugRFile' uses this output of task ':livekitreactnative:processDebugManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to <https://docs.gradle.org/7.5/userguide/validation_problems.html#implicit_dependency> for more details about this problem.
d
hey, which version of the react-native client are you using? we recently released 1.0 and wanted to make sure this is the version you tried. CC: @eager-raincoat-52616
e
Can you post your react-native version as well as the entire build logs?