mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Flip explicitApi to True for everyone (#43696)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43696 This just sets explicitApi to true for every module inside ReactAndroid Changelog: [Internal] [Changed] - Flip explicitApi to True for everyone Reviewed By: tdn120 Differential Revision: D55478674 fbshipit-source-id: c9aeba89ad5b0f88bca7fd480c6aa66e0152a456
This commit is contained in:
committed by
Facebook GitHub Bot
parent
95a881b80c
commit
5ceb92801e
+1
-1
@@ -17,7 +17,7 @@ import com.facebook.react.module.model.ReactModuleInfoProvider
|
||||
import com.facebook.react.uimanager.ViewManager
|
||||
|
||||
@ReactModuleList(nativeModules = arrayOf())
|
||||
class PopupMenuPackage() : BaseReactPackage(), ViewManagerOnDemandReactPackage {
|
||||
public class PopupMenuPackage() : BaseReactPackage(), ViewManagerOnDemandReactPackage {
|
||||
private var viewManagersMap: Map<String, ModuleSpec>? = null
|
||||
|
||||
override fun getModule(name: String, context: ReactApplicationContext): NativeModule? {
|
||||
|
||||
Reference in New Issue
Block a user