Skip to content

Commit 5be800c

Browse files
committed
fix: revert cache revalidation and introduce dummy change in docs to trigger build
1 parent fd88bef commit 5be800c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ runner.os }}-pods-
3434
- name: iOS Pods setup
3535
working-directory: examples/SampleApp/ios
36-
run: pod update hermes-engine --no-repo-update
36+
run: bundle exec pod install
3737
- name: Build and release Testflight QA
3838
working-directory: examples/SampleApp
3939
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};

docusaurus/docs/reactnative/guides/custom-poll-flow.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ const ChannelScreen = () => {
261261
};
262262
```
263263

264+
264265
Clicking on the `View Results` button now will successfully navigate us to the `PollResults` screen. It is no longer a modal but rather part of the navigation stack that we introduced.
265266

266267
![Custom Results](../assets/guides/custom-poll-flow/custom-results.png)

0 commit comments

Comments
 (0)