FCE-3428: Shill device-less development with Fishjam x SimCam#268
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to enable device-less React Native camera testing by introducing SimCam as an option for iOS Simulator development, and links this guidance from relevant tutorials/how-to pages.
Changes:
- Update React Native Quick Start (current + versioned) to mention SimCam and link to a new iOS Simulator camera guide
- Add a new “Camera on iOS Simulator” how-to page (current + versioned)
- Introduce a React Native how-to category (current + versioned) and add a SimCam tip to the device-management guide (current + versioned)
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-0.28.0/tutorials/react-native-quick-start.mdx | Updates simulator camera guidance and links to the new SimCam how-to. |
| versioned_docs/version-0.28.0/how-to/react-native/ios-simulator-camera.mdx | Adds a dedicated how-to for using SimCam with the iOS Simulator. |
| versioned_docs/version-0.28.0/how-to/react-native/category.json | Creates a React Native how-to category to surface the new guide in the sidebar. |
| versioned_docs/version-0.28.0/how-to/client/managing-devices.mdx | Adds a SimCam tip for testing camera selection/streaming on iOS Simulator. |
| docs/tutorials/react-native-quick-start.mdx | Same update as versioned: mentions SimCam and links to the how-to. |
| docs/how-to/react-native/ios-simulator-camera.mdx | Same new SimCam how-to page for the unversioned docs. |
| docs/how-to/react-native/category.json | Same React Native category addition for the unversioned docs. |
| docs/how-to/client/managing-devices.mdx | Same SimCam tip addition for the unversioned docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
czerwiukk
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description