Skip to content

Commit

Permalink
Merge pull request #61 from ricohapi/feat/fix-build-react-native
Browse files Browse the repository at this point in the history
Fix publish react native
  • Loading branch information
ywatanabe-dev authored Dec 19, 2023
2 parents d68b296 + 5678717 commit f5969f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-rn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
cd ./react-native
yarn install
yarn prepack
yarn test --collectCoverage
- name: Archive code coverage results
if: always()
Expand Down
4 changes: 2 additions & 2 deletions react-native/src/theta-repository/options/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f5969f9

Please sign in to comment.