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.

Paste not working in IOS simulator with react native apps

See original GitHub issue

Hi , I am using ios simulator 12.5.1

If I paste with other apps in simulator , like reminder app , I can select all text -> copy -> paste and it works fine.

But in react native apps I am able to copy , but when i click paste its always empty.

I am using TextInput

 <TextInput
                placeholderTextColor={"#818284"}
                placeholder="Your Username"
              />

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
arunim2405commented, Oct 5, 2021

I am still facing this issue in xcode 13 and ios 15

1reaction
FernandoJMedinacommented, Aug 4, 2021

This happens with my M1, not in intel ones.

also related: https://github.com/flutter/flutter/issues/74970#issuecomment-858170914

It seems like downgrading the simulator to 13.7 solves the issue in flutter, but doing this in react-native crashes the build.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Paste from clipboard not working with React Native on iOS ...
Restarting the device. · Resetting the device settings. · Playing with the check for the pasteboard sync. · Using the software keyboard. ·...
Read more >
copy , paste not working on IOS simulator expo go app #13661
Summary Hi , I was not able to copy / paste inside my react native projects TextInput. , I use 12.5.1 IOS simulator...
Read more >
M1 Xcode 12.5 can't paste clipboard | Apple Developer Forums
I have experienced this running xCode v13.3 and iOS 15.4 in a React Native app. Clipboard functionality works normally in the machine it...
Read more >
Paste from clipboard not working with React Native on iOS ...
[Solved]-Paste from clipboard not working with React Native on iOS simulator-Reactjs. this is iOS Simulator issues with iOS >= 14 with M1. Try...
Read more >
Example of React Native Copy to Clipboard - About React
Copying and Pasting from the clipboard is incredibly easy in React Native using the React Native Clipboard API supports Android and iOS both....
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