diff --git a/.github/workflows/test-rn.yaml b/.github/workflows/test-rn.yaml index d8c03df798..a493999df1 100644 --- a/.github/workflows/test-rn.yaml +++ b/.github/workflows/test-rn.yaml @@ -20,6 +20,7 @@ jobs: run: | cd ./react-native yarn install + yarn prepack yarn test --collectCoverage - name: Archive code coverage results if: always() diff --git a/react-native/src/theta-repository/options/options.ts b/react-native/src/theta-repository/options/options.ts index 0c89880123..c9db65a9cd 100644 --- a/react-native/src/theta-repository/options/options.ts +++ b/react-native/src/theta-repository/options/options.ts @@ -27,8 +27,8 @@ import type { VideoStitchingEnum } from './option-video-stitching'; import type { VisibilityReductionEnum } from './option-visibility-reduction'; import type { WhiteBalanceAutoStrengthEnum } from './option-white-balance-auto-strength'; import type { WlanFrequencyEnum } from './option-wlan-frequency'; -import { OffDelayEnum } from './option-off-delay'; -import { SleepDelayEnum } from './option-sleep-delay'; +import type { OffDelayEnum } from './option-off-delay'; +import type { SleepDelayEnum } from './option-sleep-delay'; /** Aperture value. */ export const ApertureEnum = {