
Native file viewer for React Native. Preview any type of file supported by the mobile device.
React Native File Viewer is a cross-platform library that allows users to preview any type of file supported by their mobile device. For iOS, it uses the QuickLook Framework, while for Android, it utilizes the ACTION_VIEW Intent to launch the default app associated with the specified file. Windows compatibility involves starting the default app associated with the specific file.
React Native File Viewer is a versatile library that simplifies the process of previewing files on mobile devices. With support for various file types and easy installation steps, developers can integrate this library into their projects efficiently. Additionally, the guidance provided for Android 11 ensures compatibility with the latest platform versions, making it a valuable tool for cross-platform file viewing.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.