Skip to content

tidy: remove tracked PNGs and dead loadStory listener#117

Open
EmilioBejasa wants to merge 3 commits into
screenshotbot:mainfrom
EmilioBejasa:tidy/remove-tracked-png-outputs
Open

tidy: remove tracked PNGs and dead loadStory listener#117
EmilioBejasa wants to merge 3 commits into
screenshotbot:mainfrom
EmilioBejasa:tidy/remove-tracked-png-outputs

Conversation

@EmilioBejasa
Copy link
Copy Markdown
Collaborator

Summary

  • Remove 22 screenshot PNG files that were committed before *.png was added to .gitignore — generated test artifacts don't belong in source control
  • Remove dead loadStory event listener stub from StoryRenderer that only console.log'd and did nothing; drops the now-unused NativeEventEmitter import

Test plan

  • npm test in packages/rn-storybook-auto-screenshots — all 9 tests pass (verified locally)

🤖 Generated with Claude Code

EmilioBejasa and others added 3 commits April 21, 2026 14:30
These are generated test artifacts committed before *.png was added
to .gitignore. They have no place in source control.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The listener only console.logged and did nothing useful. Removing it
also drops the now-unused NativeEventEmitter import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant