React Native Feedback Reporter v0.4.9: File Preview
I have been working on an open-source project called react-native-feedback-reporter. This package allows developers to add a tool to the react native app that allows testers to report bugs with some very useful information. To find out more, head over to the documentation or watch the introduction demo.
⚡ What’s new?
This release of RNFR allows more control over the data collected by the tool:
- 📁 Users can now select which files to share as part of the package
- ⬆️ Users can also preview what’s in the files before sharing
- 🐛 There are some minor bug fixes as well
🤔 How does it work?
Introducing a new prop called hideAttachments
. This prop will hide the new feature that shows all attachments to the user.
Users will notice a new tab called ATTACHMENTS
. This tab will allow users to select the files they wish to share as part of the feedback report package.

Users can also tap on the file extension button to preview the file before sharing. This hopefully will provide more clarity to the user about what information will be shared with the developers.

🕷 Minor bug fixes
- Now breadcrumbs file won’t be created if there are no JSX captures to share.
- Optimized inline navigation.
I hope you enjoy this release of RNFR and consider contributing or becoming a user.