Move TurboModule from com.facebook.react.turbomodule -> com.facebook.react.internal.turbomodule (#39682)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/39682

Move TurboModule from com.facebook.react.turbomodule -> com.facebook.react.internal.turbomodule

bypass-github-export-checks

changelog: [internal] internal

Reviewed By: RSNara

Differential Revision: D49523696

fbshipit-source-id: fee155f4fb7acf0f28f900c79f7aa38074bec0e6
This commit is contained in:
David Vacca
2023-10-09 19:24:19 -07:00
committed by Facebook GitHub Bot
parent 9295b9caa8
commit b7191cde4e
41 changed files with 67 additions and 67 deletions
@@ -467,7 +467,7 @@ module.exports = {
'com.facebook.react.bridge.ReactApplicationContext',
'com.facebook.react.bridge.ReactContextBaseJavaModule',
'com.facebook.react.bridge.ReactMethod',
'com.facebook.react.turbomodule.core.interfaces.TurboModule',
'com.facebook.react.internal.turbomodule.core.interfaces.TurboModule',
'com.facebook.proguard.annotations.DoNotStrip',
'javax.annotation.Nonnull',
]);