Anshul Thakur

Results 13 issues of Anshul Thakur

when user long press on Textfield, the options to cut/copy and paste appears. Can you please tell me how to disable the same.

I'm trying to clear text by setting state to null or '', but it seems like it doesn't work. ` { this.reference = reference }} value={this.state.tempText ? this.state.tempText.toString() : null}...

Allow apps to download the file using download manager in android having custom notification with sound.

enhancement

react-native: 0.62.0 react-native-file-access: 1.7.1 Platform: Android **Bug** When trying to copy the file from local cache to the downloads file and if the file already access it is creating a...

bug

## Issue When notification is received and app is in foreground the app crashes. The app also crashes when in background state and clicked on notification in iOS. Another problem...

Impact: Bug
Help: Needs Triage

How to avoid the Rate limit warning which is reporting issue in Firebase when HOC is used to download codepush? I have below code in my **App.js** which is a...

There is no such function in the code named "onSendReview" so you'll never get a callback to the rating if the threshold is above the set threshold. I want a...

### Description When adding **textContentType** in iOS with **maxLength=10** the tap on suggestion gives irrelevant results. ### Steps to reproduce In TextInput try adding below props; ```JS textContentType={'telephoneNumber'}, maxLength={10} ```...

Platform: iOS
Issue: Author Provided Repro
Newer Patch Available

Please provide proper usage in documentation, it's of no use if you don't provide correct info. ```JS import React from 'react'; import { Box } from '@mui/material'; import { Pie3D...

Is there any way where we can add gradient colors instead of normal colors?