# Bug report I am tried so many ways but not able to resolve this issue please help me.  <!-- 👋 Hi! 🚨 Please read the following carefully before opening a new issue. Your issue may be closed if it doesn't provide the required pieces of information. 🚨 Before submitting a new issue, please: - Test using the latest release of the library, as maybe your bug has been already fixed. - Check for possible duplicate issues, with possible answers. - Check on https://reactnative.directory if this package supports your target platform (Android, iOS, Expo, …) Still ready? Fill the template. 👇 --> ## Summary <!-- Provide a clear and concise description of what the bug is. --> ## Environment info <!-- Run `react-native info` in your terminal and paste the results here. Also, include the *precise* version number of this library that you are using in the project. --> `react-native info` output: ```bash # paste it here ``` Library version: x.x.x ## Steps to reproduce <!-- - You must provide a clear list of steps and code to reproduce the problem. - Keep the code reproducing the bug as simple as possible, with the minimum amount of code required to reproduce the issue. See https://stackoverflow.com/help/mcve. - If this library has additional install steps, describe them (e.g., pod install? jetify? etc). - Either re-create the bug using the repository's example app or link to a GitHub repository with code that reproduces the bug. - Explain the steps we need to take to reproduce the issue: --> 1. … 2. … Describe what you expected to happen: 1. … 2. … ## Reproducible sample code <!-- Please add minimal runnable repro as explained above so that the bug can be tested in isolation. If needed, you can also provide other samples: error messages / stack traces, screenshots, gifs, etc. -->