Skip to content

Commit

Permalink
added kaios platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius456 committed Apr 5, 2024
1 parent 0f96a07 commit 343c88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine-rn-web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Engine = createRnvEngine({
kaios: {
defaultPort: 8093,
isWebHosted: true,
extensions: ['kaios', 'kaios.mobile', 'mobile', 'mobile.web', 'native', 'tv.web', 'web'],
extensions: ['kaios', 'kaios.mobile', 'mobile', 'mobile.web', 'native', 'web'],
},
},
});
Expand Down
3 changes: 3 additions & 0 deletions packages/renative/src/api/platform/index.kaios.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Platform } from '../../constants';

export default Platform.kaios;

0 comments on commit 343c88c

Please sign in to comment.