question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On Ios it s work but on Android => TypeError: Cannot read properties of undefined (reading 'getString')

See original GitHub issue

Hello

when arrived on screen pincode on Android, i’m stopped with this message :

Promise Rejection (id: 3):
TypeError: Cannot read properties of undefined (reading 'getString')
TypeError: Cannot read properties of undefined (reading 'getString')

i think this problem come to clipboard maybe, not sure

however, it works on ios

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:11

github_iconTop GitHub Comments

3reactions
ShashankEdcommented, Apr 13, 2022

Hi @hirbod

@ShashankEd at the end I ditched this repo and used a way more reliable library: https://github.com/retyui/react-native-confirmation-code-field

Together with https://github.com/akvelon/react-native-sms-user-consent I managed to get a perfect autofill solution as well for android with the userConsentApi and autofill on iOS

@ShashankEd at the end I ditched this repo and used a way more reliable library: https://github.com/retyui/react-native-confirmation-code-field

Together with https://github.com/akvelon/react-native-sms-user-consent I managed to get a perfect autofill solution as well for android with the userConsentApi and autofill on iOS

Thank you @hirbod it helped me to implement my app’s functionality!😀

1reaction
lylysunshineecommented, Nov 17, 2022

Thank @ShashankOodles1 work for me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error in flutter web TypeError: Cannot read ...
This code is working fine in android and iOS.but giving error in Web. splash_provider.dart class SplashProvider extends ChangeNotifier { final ...
Read more >
typeerror: cannot read properties of undefined (reading 'fetch')
The reason why fetch is undefined is because this is not the component. If you change your handleSubmit function definition to be: handleSubmit...
Read more >
String.raw() - JavaScript - MDN Web Docs
Thrown if the first argument doesn't have a raw property, or the raw property is undefined or null . Description. In most cases,...
Read more >
Handling operation errors - Apollo GraphQL Docs
Apollo Client ignores partial data by default, but you can override this behavior by ... graphQLErrors and the response data is set to...
Read more >
Cannot read the array length because "buf" is null
Let me just explain what the error means: You have tried to use a variable, property, or a method return value but it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found