Rohit Aggarwal
Rohit Aggarwal
I am using `LineChart` component from the library in my application and I have enclosed the component inside `react-native-svg` to get the base64 equivalent of the graph. But the generated...
I am trying to run the application but I am gettting error. ## Environment info `react-native info` output: ```bash // paste it here React Native Environment Info: System: OS: macOS...
I am trying to run the example code snippet provided in the documentation.But the problem is that my `onSpeechRecognized` event listener does not work and my `onSpeechResults` is called in...
[Bug]: Hide system alert when fallBacktosettings is passed as false or permission is granted for iOS
### What happened? I am requesting the permission through ` OneSignal.Notifications.requestPermission(false);` but even if I accept the permission request it still shows me the alert as shown below.  ###...
I am trying to change my metro.config.js file for the [third step](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#step-3-wrap-metro-config-with-reanimated-wrapper-recommended) as recommended. But i have already changed my metro.config.js for [react-native-svg-transformer](https://www.npmjs.com/package/react-native-svg-transformer), and if I do some changes the...