Rupam

Results 14 issues of Rupam

**Describe the bug** Its not recongnising number in image **Expected behavior** It should recognize number in uploaded image **Screenshots** here is the image attached ![21](https://user-images.githubusercontent.com/4842454/136143340-5f8663ee-df3e-4312-b64c-92fd8ec820eb.JPG) - OS: [e.g. iOS] Mac...

Storefront https://shopify.dev/api/storefront/reference/customers/customerreset CustomerReset needs token But https://shopify.dev/api/storefront/reference/customers/customerrecover CustomerRecover not returning token

Is it possible to show only slider. Play/pause or replay button invisble always

Is it possible to use this library in react-native-web

ld: in /Users/...../ios/Pods/NodeMediaClient/NodeMediaClient/NodeMediaClient.framework/NodeMediaClient(aacpsdsp.o), building for iOS Simulator, but linking in object file built for free standing, file '/Users/shojo/..../ios/Pods/NodeMediaClient/NodeMediaClient/NodeMediaClient.framework/NodeMediaClient' for architecture x86_64 clang: error: linker command failed with exit code 1...

how to update nodemediaclient sdk ``` [!] CocoaPods could not find compatible versions for pod "NodeMediaClient": In Podfile: NodeMediaClient (~> 2.8.6) react-native-nodemediaclient (from `../node_modules/react-native-nodemediaclient`) was resolved to 0.2.11, which depends...

xcode 12 expo init AwesomeProject ``` "react-native-color-picker": "^0.6.0", ``` ``` constructor(props) { super(props) this.state = { color: toHsv('red') } this.onColorChange = this.onColorChange.bind(this) } onColorChange(color) { console.log("color", color) this.setState({ color })...

Please let me know how can I get iphone12

"react-native": 0.62.2 "react-native-keychain": "^6.1.1", ios10 device using. already set in xcode associated domains: webcredentials:websiteurl and validated "site url /apple-app-site-association" ```` console.log(err)) ```` returns ```` Keychain saved creds {username: "[email protected]", password:...

empty param creating instance in axios ``` const client = axios.create() ``` gives error ``` Could not get default transformRequest function from Axios defaults ``` below code works perfectly when...