Rikin Shah

Results 10 issues of Rikin Shah

Hello, How do I change span bg color for the toggle. by Default its white. I need to change it to black. Thanks ![image](https://user-images.githubusercontent.com/26806597/78197422-8407f900-7442-11ea-9c26-63dfdf35907b.png)

I am tying multiline chart with XAxis which should show the data labels as well. I need to show Data label value for Line chart and also for XAxis chart....

bug

Hello All, I am trying sample code in rn version "0.61.5" with react hooks. ``` import React, { useState, useEffect } from "react"; import { FlatList, View, StyleSheet } from...

### Decision Table - [X] My issue does not look like “The HTML attribute 'xxx' is ignored” (unless we claim support for it) - [X] My issue does not look...

bug

My ios build is failing with this library. Android works fine. ``` "react-native": "0.70.6", "react-native-vision-camera": "^2.15.2", "vision-camera-ocr": "^1.0.0" ``` ``` [!] CocoaPods could not find compatible versions for pod "MLKitCommon":...

Below is my code: ![image](https://user-images.githubusercontent.com/26806597/79670710-38fc1e80-8182-11ea-801c-141d2b6aaf7d.png) Could anyone please help me run this example ? ``` import React, { useState, useEffect } from "react"; import { FlatList, View, StyleSheet } from...

Hello Thanks for this control. Its very helpful. I am trying custom label example from the Example folder: [CustomLabel.js](https://github.com/ptomasroos/react-native-multi-slider/blob/master/examples/Basic/CustomLabel.js) If I slide the slider it shows the custom label one...

Hello, Thank you for this great library. I have been trying to modify to create my expected heat map for days for one month at a time. Expected : ![image](https://user-images.githubusercontent.com/26806597/107095661-7049c380-67c6-11eb-8f78-d8557f3bafee.png)...

Hello All, Below is my code. I followed all instructions from example. Could anyone pls help me running this code? Thanks My rn version is 0.61.5 ``` import React, {...

### How can we help? I am using version ` "react-native-onesignal": "^5.1.3",` Initializing the OneSignal SDK in App.js in my React-native application like so: ``` useEffect(() => { StatusBar.setBarStyle('dark-content'); //OneSignal...