mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Create types for player & view
This commit is contained in:
+14
-2
@@ -9,10 +9,22 @@
|
||||
"androidCxxLibName": "Omni"
|
||||
},
|
||||
"autolinking": {
|
||||
"Omni": {
|
||||
"OmniView": {
|
||||
"android": {
|
||||
"language": "kotlin",
|
||||
"implementationClassName": "HybridOmni"
|
||||
"implementationClassName": "OmniView"
|
||||
}
|
||||
},
|
||||
"OmniPlayer": {
|
||||
"android": {
|
||||
"language": "kotlin",
|
||||
"implementationClassName": "OmniPlayer"
|
||||
}
|
||||
},
|
||||
"OmniPlayerFactory": {
|
||||
"android": {
|
||||
"language": "kotlin",
|
||||
"implementationClassName": "OmniPlayerFactory"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user