diff --git a/CLAUDE.md b/CLAUDE.md index 9373a961..c26c43bf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -137,3 +137,4 @@ Conversion utilities in `src/utils/` translate TypeScript types to the NitroModu - **TypeScript:** Strict mode with `noUnusedLocals`, `noUnusedParameters` - Named imports enforced; no floating promises; optional chaining preferred - `src/types/Glyphmap.ts` is excluded from linting (generated file) +- **Any language:** Always use braces for `if` statements — no single-line braceless ifs diff --git a/apps/example/ios/Podfile.lock b/apps/example/ios/Podfile.lock index 1b6eda50..833a39e8 100644 --- a/apps/example/ios/Podfile.lock +++ b/apps/example/ios/Podfile.lock @@ -2624,7 +2624,7 @@ PODS: - React-perflogger (= 0.83.5) - React-utils (= 0.83.5) - SocketRocket - - ReactNativeAutoPlay (0.4.7): + - ReactNativeAutoPlay (0.4.12): - boost - DoubleConversion - fast_float @@ -2995,7 +2995,7 @@ SPEC CHECKSUMS: ReactAppDependencyProvider: 105856c6da6fe71c545dec3c2466ae04f25f9a73 ReactCodegen: 507d02fe6f19c44a3274adbefd38a1a252843d24 ReactCommon: 506ceb24983c6b80e0075968be21aac74a367739 - ReactNativeAutoPlay: 8451b7306f94785877308f12ba104d7ada33db25 + ReactNativeAutoPlay: a1ca22b8f49a95a942835e01e28238a3a5fd5049 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 Yoga: 897e8c1fb1fd80c3c01231ed4ec8c1ffa652c29f diff --git a/apps/example/src/App.tsx b/apps/example/src/App.tsx index 66541213..589b54c1 100644 --- a/apps/example/src/App.tsx +++ b/apps/example/src/App.tsx @@ -2,6 +2,7 @@ import { AutoPlayModules, type CleanupCallback, HybridAutoPlay, + HybridVoice, } from '@iternio/react-native-auto-play'; import { Buffer } from 'buffer'; import { useEffect, useState } from 'react'; @@ -120,14 +121,22 @@ function AppContent() {