chore: standardize development environment and cleanup config files

Removes IDE-specific configuration files and establishes Bun as the primary package manager.

Updates project documentation to emphasize Bun usage throughout the development workflow and enhances VS Code settings for better TypeScript performance.

Optimizes EAS build configuration with caching strategies and resource allocation improvements.

Cleans up unused imports and improves TypeScript configuration for better development experience.
This commit is contained in:
Uruk
2025-09-22 02:45:10 +02:00
parent 388342147e
commit 5e9755ea3c
10 changed files with 333 additions and 99 deletions

View File

@@ -12,8 +12,9 @@ import {
} from "./VlcPlayer.types";
import VlcPlayerView from "./VlcPlayerView";
export {
VlcPlayerView,
export { VlcPlayerView };
export type {
VlcPlayerViewProps,
VlcPlayerViewRef,
PlaybackStatePayload,