mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Daily arc lint --take KTFMT (#42772)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42772 Changelog: [Internal] Reviewed By: bigfootjon Differential Revision: D53257696 fbshipit-source-id: f384899361215288a3c9578ae22c9f097c4a3201
This commit is contained in:
committed by
Facebook GitHub Bot
parent
68ae8cd5e9
commit
7ea7904500
+1
@@ -5,6 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
@file:Suppress("DEPRECATION") // We want to use RCTEventEmitter for interop purposes
|
||||
|
||||
package com.facebook.react.views.popupmenu
|
||||
|
||||
import com.facebook.react.bridge.Arguments
|
||||
|
||||
-2
@@ -79,7 +79,6 @@ class RNTesterApplication : Application(), ReactApplication {
|
||||
false, // isCxxModule
|
||||
true // isTurboModule
|
||||
),
|
||||
|
||||
SampleLegacyModule.NAME to
|
||||
ReactModuleInfo(
|
||||
SampleLegacyModule.NAME,
|
||||
@@ -89,7 +88,6 @@ class RNTesterApplication : Application(), ReactApplication {
|
||||
false, // isCxxModule
|
||||
false // isTurboModule
|
||||
))
|
||||
|
||||
} else {
|
||||
emptyMap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user